Skip to content

Commit

Permalink
Rebase and rebuild dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia Thet committed Nov 3, 2023
1 parent ef7d592 commit f93ca23
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
10 changes: 5 additions & 5 deletions dist/Formula/turnkey.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
class Turnkey < Formula
desc "Turnkey CLI"
homepage "https://github.com/tkhq/tkcli"
version "v1.0.4"
version ""
license "Apache License 2.0"

if Hardware::CPU.arm?
url "https://github.com/tkhq/tkcli/raw/v1.0.4/dist/turnkey.darwin-aarch64", using: CurlDownloadStrategy
sha256 "fdd30cffebefb58b113526ae0dd26e5b906910a83d8a5741eadb1e5e8f46aea0"
url "https://github.com/tkhq/tkcli/raw//dist/turnkey.darwin-aarch64", using: CurlDownloadStrategy
sha256 "6db0e8288543cca3bafcca8d222c5a5fb0fa6a838baae3e541d58d0264bd9ec9"

def install
bin.install "turnkey.darwin-aarch64" => "turnkey"
end
end
if Hardware::CPU.intel?
url "https://github.com/tkhq/tkcli/raw/v1.0.4/dist/turnkey.darwin-x86_64", using: CurlDownloadStrategy
sha256 "51bf14f44f2f0082ebe3af846cd318dd59518c83426705f5792b820c7581de9d"
url "https://github.com/tkhq/tkcli/raw//dist/turnkey.darwin-x86_64", using: CurlDownloadStrategy
sha256 "68ffb9e5dbb0945b5fd53a2e2ccadfdba1f620720865c23e275fc159f70d30de"

def install
bin.install "turnkey.darwin-x86_64" => "turnkey"
Expand Down
12 changes: 6 additions & 6 deletions dist/manifest.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ea7151a3d0ce3bcd0a98516835a2178b84086d827a44ab5099b3a48b36c081dc Formula/turnkey.rb
dee9a77f9e35bc511b3f45983411cf54fa4b9678cd55720cfccf2e00487e64a3 release.env
fdd30cffebefb58b113526ae0dd26e5b906910a83d8a5741eadb1e5e8f46aea0 turnkey.darwin-aarch64
51bf14f44f2f0082ebe3af846cd318dd59518c83426705f5792b820c7581de9d turnkey.darwin-x86_64
f117b52c1796ef215c362f881df9bc2757a9864e09c7641707eb50edcb3192b8 turnkey.linux-aarch64
e4516f7aadf5606329896a53b5d352d6e4d59b5fa523829374eb19910e9877bf turnkey.linux-x86_64
ca04522482130d96912e0ea64fa394749ccbf60ec2116ed7507a4544c0345c77 Formula/turnkey.rb
6cd781e50bd0608e9b15cef6662b017348865bb019f44f1cf803af2a54c35ce8 release.env
6db0e8288543cca3bafcca8d222c5a5fb0fa6a838baae3e541d58d0264bd9ec9 turnkey.darwin-aarch64
68ffb9e5dbb0945b5fd53a2e2ccadfdba1f620720865c23e275fc159f70d30de turnkey.darwin-x86_64
2e4b4c518da822a9c3b341170b8a91af0949714d1692aa76aee90f009315340d turnkey.linux-aarch64
a5056a5923ad109afa8e06f43dd96eb77ee26fa57680a7328e0dc8b91ba5f369 turnkey.linux-x86_64
10 changes: 5 additions & 5 deletions dist/release.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION=v1.0.4
GIT_REF=3f70e6f80848e1877ee32ead2a38abcd59f2583d
GIT_AUTHOR=Tim Hawbaker
GIT_KEY=C6286D4F4E05154F1D187751B11892B3FD129ABD
GIT_TIMESTAMP=2023-11-02 08:51:52 -0700
VERSION=
GIT_REF=ef7d592078b111a624b51495f224de86255ead90
GIT_AUTHOR=Olivia Thet
GIT_KEY=7A43DD19DE99387A67502916910075EA4DFEFAFF
GIT_TIMESTAMP=2023-11-03 12:26:41 -0400
4 changes: 2 additions & 2 deletions dist/turnkey.darwin-aarch64
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/turnkey.darwin-x86_64
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/turnkey.linux-aarch64
Git LFS file not shown
4 changes: 2 additions & 2 deletions dist/turnkey.linux-x86_64
Git LFS file not shown

0 comments on commit f93ca23

Please sign in to comment.