Skip to content

Commit aceec72

Browse files
m2declaude
andcommitted
Sync local Homebrew formula copy to v1.1.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 77a1857 commit aceec72

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

homebrew/getapi.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Getapi < Formula
22
desc "Guided, interactive walkthroughs for setting up developer API credentials"
33
homepage "https://github.com/m2de/getapi"
4-
version "1.0.0"
4+
version "1.1.0"
55
license "MIT"
66

77
on_arm do
8-
url "https://github.com/m2de/getapi/releases/download/v1.0.0/getapi-aarch64-apple-darwin.tar.gz"
9-
sha256 "20e0baf8ffd4b9c559911e1ff926aafb167e48445456aead9eec18c67ad7fa15"
8+
url "https://github.com/m2de/getapi/releases/download/v1.1.0/getapi-aarch64-apple-darwin.tar.gz"
9+
sha256 "e19f14173197c32048a7565b58c0e9d07f30fe36fe76994cf24d7ce4dcf9641c"
1010
end
1111

1212
on_intel do
13-
url "https://github.com/m2de/getapi/releases/download/v1.0.0/getapi-x86_64-apple-darwin.tar.gz"
14-
sha256 "0258c369d1687d481f34a5638b19068a5238c09345505e9993ab1ecf3694df28"
13+
url "https://github.com/m2de/getapi/releases/download/v1.1.0/getapi-x86_64-apple-darwin.tar.gz"
14+
sha256 "a676461ebe41a6ecce65d5050d8ea4e947ddd58f1cdead138e8bfa062f719681"
1515
end
1616

1717
def install

0 commit comments

Comments
 (0)