Skip to content

Commit

Permalink
Merge branch 'main' of github.com:miniscruff/changie
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Oct 27, 2023
2 parents e0b2b98 + 52282bb commit 52420fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions changie.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"bin": [
"changie.exe"
],
"hash": "a2f75e7b67790b28aa96e3ba5c53acc3f3301881bb38a8c79063cf99da8b1b5a"
"hash": "08f2af053b2b9a3b0cabaa45b55731f1fc9f7eb4ebec03e1b7ab6bb444fe47c4"
},
"64bit": {
"url": "https://github.com/miniscruff/changie/releases/download/v1.15.0/changie_1.15.0_windows_amd64.zip",
"bin": [
"changie.exe"
],
"hash": "8892087101443fcc17ad415bd47daa3cf59fb474dab97d6c629343b71c99cda7"
"hash": "c25b867ae146b7a83e97785edfb2822fb687030f125f80e4dc0706c9b74ad954"
},
"arm64": {
"url": "https://github.com/miniscruff/changie/releases/download/v1.15.0/changie_1.15.0_windows_arm64.zip",
"bin": [
"changie.exe"
],
"hash": "cace491b5cc4696d35940c19b402d0a50cc6636d31c7e42e4a6e5217eb4a8beb"
"hash": "9df822ecf268fa58a769fa8c82b3631ac3fec442f9aeb1c03e296991f159d6a8"
}
},
"homepage": "https://changie.dev",
Expand Down
8 changes: 4 additions & 4 deletions changie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ class Changie < Formula
on_macos do
if Hardware::CPU.intel?
url "https://github.com/miniscruff/changie/releases/download/v1.15.0/changie_1.15.0_darwin_amd64.tar.gz"
sha256 "13eac87e3572abe354244b4125b206a6c76ab056ad12b4b41035e07ff4c7d909"
sha256 "3238574ee79356302b9beff14908e9aa2fa3962dfd85a45ce7e4a581ec3bbf75"

def install
bin.install "changie"
end
end
if Hardware::CPU.arm?
url "https://github.com/miniscruff/changie/releases/download/v1.15.0/changie_1.15.0_darwin_arm64.tar.gz"
sha256 "6a6f5b3a85ac2c014027bd0ef8a2090b067a89050e0b05329738c87333b4fe35"
sha256 "f4176608582f4a75da7a971f0256b3d8b398e977ac52dc5ac3300b649da64b69"

def install
bin.install "changie"
Expand All @@ -30,15 +30,15 @@ def install
on_linux do
if Hardware::CPU.intel?
url "https://github.com/miniscruff/changie/releases/download/v1.15.0/changie_1.15.0_linux_amd64.tar.gz"
sha256 "ca43b88af697948cea74bdb79617fe2d62df9a1edce894ba834dffb316d19840"
sha256 "902729ab9937a1dd04970d84d7f4819bec6a2f242e0a6cfe2e5eb65f394d8bbd"

def install
bin.install "changie"
end
end
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/miniscruff/changie/releases/download/v1.15.0/changie_1.15.0_linux_arm64.tar.gz"
sha256 "28a8972ca67ab058f40eb3a068e02545030357a279d08cbb60540e1dea71ac4c"
sha256 "d275f40a31ec668e6cf400e61fe4235cf16bcea5ee39c550da8b77a63c0bf77f"

def install
bin.install "changie"
Expand Down

0 comments on commit 52420fe

Please sign in to comment.