Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed May 14, 2024
1 parent fd37dfe commit 28c0976
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions digests-dist.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
e57e8abdaf069d8fc7574472140cf593d8a5ab20fe7e8cab2966daff2d1a54d7 turnkey.darwin-aarch64
bc644a9f0123a425982ff2e790b46151a9f2c5a0523e82d8a7d5ce26c547596b turnkey.darwin-x86_64
7669faa0c6131473400d00caa2de437af006a3bb2b9209632f3e25c1c91eec43 turnkey.linux-aarch64
2dea24266d96015806ce4a3d43d68d710d2ee6cc122b98c96e50134270b564ec turnkey.linux-x86_64
4e6881ec55c1172aa6fcc870710eb4b36bcfc906cd3df334b4041c7ce558db32 turnkey.darwin-aarch64
118f9162601dd9c4a1f2f3630cb21ba63a832719596958ea2d416cff7fc9926a turnkey.darwin-x86_64
766943ceae6945de5f70c43b923a743026b22f7563c21e0bf7299634db5343dd turnkey.linux-aarch64
4b688b6c8bc032fda2ddb78ba1b8c1753ca597832d3462882e8ae63db0127a4d turnkey.linux-x86_64
8 changes: 4 additions & 4 deletions digests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
59e258836b3ac1d15efb49c2ff9637bcf8d72aa6a74165999525b0520af3c16c turnkey.darwin-aarch64
da1534435bf06f6c988ec01c48c3a0645984327a349e26156c1d142df3d27ef4 turnkey.darwin-x86_64
ea239121f7c7816532f9bc36563439b86f53da6b8d2ce7b7342a2eda29dbfd07 turnkey.linux-aarch64
10e01fce0e0287bead3a3a600d43eb64510a68937d7c9345d9484bb1e3853e38 turnkey.linux-x86_64
4e6881ec55c1172aa6fcc870710eb4b36bcfc906cd3df334b4041c7ce558db32 turnkey.darwin-aarch64
118f9162601dd9c4a1f2f3630cb21ba63a832719596958ea2d416cff7fc9926a turnkey.darwin-x86_64
766943ceae6945de5f70c43b923a743026b22f7563c21e0bf7299634db5343dd turnkey.linux-aarch64
4b688b6c8bc032fda2ddb78ba1b8c1753ca597832d3462882e8ae63db0127a4d turnkey.linux-x86_64
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.1.1"
version "v1.1.2"
license "Apache License 2.0"

if Hardware::CPU.arm?
url "https://github.com/tkhq/tkcli/raw/v1.1.1/dist/turnkey.darwin-aarch64", using: CurlDownloadStrategy
sha256 "e57e8abdaf069d8fc7574472140cf593d8a5ab20fe7e8cab2966daff2d1a54d7"
url "https://github.com/tkhq/tkcli/raw/v1.1.2/dist/turnkey.darwin-aarch64", using: CurlDownloadStrategy
sha256 "4e6881ec55c1172aa6fcc870710eb4b36bcfc906cd3df334b4041c7ce558db32"

def install
bin.install "turnkey.darwin-aarch64" => "turnkey"
end
end
if Hardware::CPU.intel?
url "https://github.com/tkhq/tkcli/raw/v1.1.1/dist/turnkey.darwin-x86_64", using: CurlDownloadStrategy
sha256 "bc644a9f0123a425982ff2e790b46151a9f2c5a0523e82d8a7d5ce26c547596b"
url "https://github.com/tkhq/tkcli/raw/v1.1.2/dist/turnkey.darwin-x86_64", using: CurlDownloadStrategy
sha256 "118f9162601dd9c4a1f2f3630cb21ba63a832719596958ea2d416cff7fc9926a"

def install
bin.install "turnkey.darwin-x86_64" => "turnkey"
Expand Down
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.1.1
GIT_REF=5b408818c97337ae7affe6fdec136e4853e52cef
GIT_AUTHOR=Olivia Thet
GIT_KEY=
GIT_TIMESTAMP=2024-03-13 22:00:27 -0400
VERSION=v1.1.2
GIT_REF=fd37dfeda33b30505c0bd4378acdeb1f73fcdf93
GIT_AUTHOR=Arnaud Brousseau
GIT_KEY=68705ACF41E8ECDEE2925A424AAB800CFFA3065A
GIT_TIMESTAMP=2024-05-14 11:28:57 -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 28c0976

Please sign in to comment.