Skip to content

Commit faecbd7

Browse files
authored
Merge pull request #17 from tech-thinker/release-gozen-v0.1.7
release [email protected]
2 parents 7b9dcf3 + 6e6c664 commit faecbd7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Formula/gozen.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
class Gozen < Formula
22
desc "gozen is a simplified golang MVC framework to generate projects and components."
33
homepage "https://github.com/tech-thinker/gozen"
4-
version "v0.1.6"
4+
version "v0.1.7"
55
license "MIT"
66

77
on_macos do
88
if Hardware::CPU.arm?
9-
url "https://github.com/tech-thinker/gozen/releases/download/v0.1.6/gozen-darwin-arm64.tar.gz"
10-
sha256 "7c0708d373eaf525b96be73a18127052fdc0fbb47271d00a307f07c75d6ce41d"
9+
url "https://github.com/tech-thinker/gozen/releases/download/v0.1.7/gozen-darwin-arm64.tar.gz"
10+
sha256 "0e5d1eb222087a969795fefc042afe05e26702cab86552da3fa1f59b5118de3e"
1111
elsif Hardware::CPU.intel?
12-
url "https://github.com/tech-thinker/gozen/releases/download/v0.1.6/gozen-darwin-amd64.tar.gz"
13-
sha256 "7af141881cc8b73c0c5b0e0d6b08494655adc6c9ec2829bae88517a9b4897b6a"
12+
url "https://github.com/tech-thinker/gozen/releases/download/v0.1.7/gozen-darwin-amd64.tar.gz"
13+
sha256 "b64c6f6c92736d3fc55c7a9c5c1e1f374d0ce03b1fce4bc709014d3116a7b9ae"
1414
end
1515
end
1616

1717
on_linux do
1818
if Hardware::CPU.arm?
1919
if Hardware::CPU.is_32_bit?
20-
url "https://github.com/tech-thinker/gozen/releases/download/v0.1.6/gozen-linux-arm.tar.gz"
21-
sha256 "f28babf698d83a6888e585a8663407f6eabbb1a14c4918f78ba8ec1996ad8f99"
20+
url "https://github.com/tech-thinker/gozen/releases/download/v0.1.7/gozen-linux-arm.tar.gz"
21+
sha256 "eb79864a130234178aeaa0b0923b1acc182b76a2a0361f14b7f6bc8a3e3226a7"
2222
else
23-
url "https://github.com/tech-thinker/gozen/releases/download/v0.1.6/gozen-linux-arm64.tar.gz"
24-
sha256 "914c822e8bc860ea7602c372669563ca33d9366ebfa7114e04558a502b3e8bc2"
23+
url "https://github.com/tech-thinker/gozen/releases/download/v0.1.7/gozen-linux-arm64.tar.gz"
24+
sha256 "56a96eef6960d97dd8a3c581ee682550cbccf397730048c445049c89dad48073"
2525
end
2626
elsif Hardware::CPU.intel?
27-
url "https://github.com/tech-thinker/gozen/releases/download/v0.1.6/gozen-linux-amd64.tar.gz"
28-
sha256 "ca27db189927c113a7accff7b911a1040e13b298411fbe2820ee9e8c4f5c97cd"
27+
url "https://github.com/tech-thinker/gozen/releases/download/v0.1.7/gozen-linux-amd64.tar.gz"
28+
sha256 "cb35be68f0aa2660b3762904a7ba0ecb8fd2a44455682cdce37f136ad9876a71"
2929
end
3030
end
3131

0 commit comments

Comments
 (0)