Skip to content

Commit

Permalink
make VERSION=v1.0.0 dist
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed May 3, 2023
1 parent a90cc9c commit 3a989ac
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 29 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 "v0.3.4"
version "v1.0.0"
license "Apache License 2.0"

if Hardware::CPU.arm?
url "https://github.com/tkhq/tkcli/raw/v0.3.4/dist/turnkey.darwin-aarch64", using: CurlDownloadStrategy
sha256 "dab249ca4b1bd70ac92b1e403c68b44b4aafc96b76524be1a4484013566ac182"
url "https://github.com/tkhq/tkcli/raw/v1.0.0/dist/turnkey.darwin-aarch64", using: CurlDownloadStrategy
sha256 "5e2367343db0b99d6074db64d0a0f1e3e09e982f5e9a4e375b4fcdf8a3424359"

def install
bin.install "turnkey.darwin-aarch64" => "turnkey"
end
end
if Hardware::CPU.intel?
url "https://github.com/tkhq/tkcli/raw/v0.3.4/dist/turnkey.darwin-x86_64", using: CurlDownloadStrategy
sha256 "52ff1db2e8276f5a3adebf72b790dc3907490f317c1886e0b88af30fb958200b"
url "https://github.com/tkhq/tkcli/raw/v1.0.0/dist/turnkey.darwin-x86_64", using: CurlDownloadStrategy
sha256 "08d7dbbec8fcb860aa796bd5c281ce97e04d7348fdce215704faad0eadf240a7"

def install
bin.install "turnkey.darwin-x86_64" => "turnkey"
Expand Down
17 changes: 6 additions & 11 deletions dist/manifest.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
8855e5f171013fd7e90087493f3896b04788249a73c60dec7be455bed00bede9 Formula/turnkey.rb
6950a4d303ee5f1b3e46512c3ebdf39ba2f532ffbee60b36a3e44cb261ed8e82 release.env
dab249ca4b1bd70ac92b1e403c68b44b4aafc96b76524be1a4484013566ac182 turnkey.darwin-aarch64
52ff1db2e8276f5a3adebf72b790dc3907490f317c1886e0b88af30fb958200b turnkey.darwin-amd64
dab249ca4b1bd70ac92b1e403c68b44b4aafc96b76524be1a4484013566ac182 turnkey.darwin-arm64
52ff1db2e8276f5a3adebf72b790dc3907490f317c1886e0b88af30fb958200b turnkey.darwin-x86_64
a61423b947ac5c561ea581129a4750b0187013b1153ca41de73c048412d896d6 turnkey.linux-386
1908e2b088e40f629e7cd5e437d08c70e54d5277e8f739db4542a68f57e8555a turnkey.linux-aarch64
09e0d55ebf64f031108961f819ec239e2ecc1f609be89a8498dceeeba7a52719 turnkey.linux-amd64
1908e2b088e40f629e7cd5e437d08c70e54d5277e8f739db4542a68f57e8555a turnkey.linux-arm64
09e0d55ebf64f031108961f819ec239e2ecc1f609be89a8498dceeeba7a52719 turnkey.linux-x86_64
2159823dd3b951eb9b0bd6f73d474d3a7b8f7af40cb25e9c09319734724b2ad3 Formula/turnkey.rb
521809debaf4f989f41c40956269873f0f5fc29eb6147fefe3e8e472cb7b8baa release.env
5e2367343db0b99d6074db64d0a0f1e3e09e982f5e9a4e375b4fcdf8a3424359 turnkey.darwin-aarch64
08d7dbbec8fcb860aa796bd5c281ce97e04d7348fdce215704faad0eadf240a7 turnkey.darwin-x86_64
6debdf94944b30a870b8619e195d3224d251b7a5f4e1af8dd58252f2b2d96f76 turnkey.linux-aarch64
6c29977754d363dafc3bcdc2dd0e40c05735f931493f56d6d9274fb9f3c4455d 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=v0.3.4
GIT_REF=189ddd3d6e06a3a8265266a8ae465e2da6c4883f
GIT_AUTHOR=Lance R. Vick
GIT_KEY=6B61ECD76088748C70590D55E90A401336C8AAA9
GIT_TIMESTAMP=2023-04-12 15:06:23 -0700
VERSION=v1.0.0
GIT_REF=15ad0d9e55d02ce375c0ea9ce7030e630743b823
GIT_AUTHOR=Arnaud Brousseau
GIT_KEY=68705ACF41E8ECDEE2925A424AAB800CFFA3065A
GIT_TIMESTAMP=2023-05-03 10:42:59 -0500
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 3a989ac

Please sign in to comment.