Skip to content

Commit c642a46

Browse files
committed
Brew formula update for gowebly version v3.0.7
1 parent cb37085 commit c642a46

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Formula/gowebly.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ class Gowebly < Formula
66
desc "A next-generation CLI tool that makes it easy to create amazing web applications with Go on the backend, using htmx, hyperscript or Alpine.js and the most popular CSS frameworks on the frontend.
77
"
88
homepage "https://github.com/gowebly/gowebly"
9-
version "3.0.6"
9+
version "3.0.7"
1010
license "Apache 2.0"
1111

1212
on_macos do
1313
on_intel do
14-
url "https://github.com/gowebly/gowebly/releases/download/v3.0.6/gowebly_3.0.6_darwin_amd64.tar.gz"
15-
sha256 "0d53ad9e13447afe4e537a4bbc4eabb2862d8656b428207000946dd89c617732"
14+
url "https://github.com/gowebly/gowebly/releases/download/v3.0.7/gowebly_3.0.7_darwin_amd64.tar.gz"
15+
sha256 "d62dccf7bc42e7e30359cd6ab9124d014a0ffc101c393ac11de15be6059d0cd0"
1616

1717
def install
1818
bin.install "gowebly"
1919
end
2020
end
2121
on_arm do
22-
url "https://github.com/gowebly/gowebly/releases/download/v3.0.6/gowebly_3.0.6_darwin_arm64.tar.gz"
23-
sha256 "988f5e6b82fb99bfa97b0e769d1c8546a73a5c7a7143d8546f0aeeb0348d6e89"
22+
url "https://github.com/gowebly/gowebly/releases/download/v3.0.7/gowebly_3.0.7_darwin_arm64.tar.gz"
23+
sha256 "af982fbf9e0d6e81ed05cf0e926d9069a1f7ecc735c1192918d8cc71fec6ee54"
2424

2525
def install
2626
bin.install "gowebly"
@@ -31,8 +31,8 @@ def install
3131
on_linux do
3232
on_intel do
3333
if Hardware::CPU.is_64_bit?
34-
url "https://github.com/gowebly/gowebly/releases/download/v3.0.6/gowebly_3.0.6_linux_amd64.tar.gz"
35-
sha256 "a4db7cd617b895a928929527509ba8bb12ada385af5a8f299564d8742c0bcfd0"
34+
url "https://github.com/gowebly/gowebly/releases/download/v3.0.7/gowebly_3.0.7_linux_amd64.tar.gz"
35+
sha256 "86ee6d7876c2ffd90c335adb5b8d98a3f2fb698f28c1f7901519987732a36ace"
3636

3737
def install
3838
bin.install "gowebly"
@@ -41,8 +41,8 @@ def install
4141
end
4242
on_arm do
4343
if Hardware::CPU.is_64_bit?
44-
url "https://github.com/gowebly/gowebly/releases/download/v3.0.6/gowebly_3.0.6_linux_arm64.tar.gz"
45-
sha256 "b1c75507897f7131bbdc6145dd78ca9f9c8f8e5502992078c3c92f001c0ea19d"
44+
url "https://github.com/gowebly/gowebly/releases/download/v3.0.7/gowebly_3.0.7_linux_arm64.tar.gz"
45+
sha256 "b0f439edcc1ff39df1c2271635501ab769fd9b5f7dd0a469a9197efb232ef70f"
4646

4747
def install
4848
bin.install "gowebly"

0 commit comments

Comments
 (0)