Skip to content

Commit 2bea8a8

Browse files
committed
Brew formula update for vilesql version v0.8.9
1 parent 0820ca1 commit 2bea8a8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

vilesql.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
class Vilesql < Formula
66
desc "SQLite Database Management Tool with cloud hosting and secure authentication"
77
homepage "https://github.com/imrany/vilesql"
8-
version "0.8.7"
8+
version "0.8.9"
99
license "GPL-3.0-only"
1010

1111
on_macos do
12-
url "https://github.com/imrany/vilesql/releases/download/v0.8.7/vilesql_0.8.7_Darwin_all.tar.gz"
13-
sha256 "113b09f2afd67e48aff2448017193948d40b6b340ec94ac35ddc13b618dac40e"
12+
url "https://github.com/imrany/vilesql/releases/download/v0.8.9/vilesql_0.8.9_Darwin_all.tar.gz"
13+
sha256 "62f3605e3df46061424173e0bd8b42d1c2b3e4f3a7783d5e8a11059da5c0e972"
1414

1515
def install
1616
bin.install "vilesql"
@@ -20,8 +20,8 @@ def install
2020
on_linux do
2121
on_intel do
2222
if Hardware::CPU.is_64_bit?
23-
url "https://github.com/imrany/vilesql/releases/download/v0.8.7/vilesql_0.8.7_Linux_x86_64.tar.gz"
24-
sha256 "771cf226869ac3113f604c82941f947ee4930ed962454c312e6418ac3bda95ba"
23+
url "https://github.com/imrany/vilesql/releases/download/v0.8.9/vilesql_0.8.9_Linux_x86_64.tar.gz"
24+
sha256 "c64666c3a4c3f2890507ca1c71d716716a7ebbaf255cd4122c5abddff1a5d36e"
2525

2626
def install
2727
bin.install "vilesql"
@@ -30,8 +30,8 @@ def install
3030
end
3131
on_arm do
3232
if Hardware::CPU.is_64_bit?
33-
url "https://github.com/imrany/vilesql/releases/download/v0.8.7/vilesql_0.8.7_Linux_arm64.tar.gz"
34-
sha256 "2f7330fcec31e01fd28390de10dbc315cdab00218a96410b985a39bc9f4364a2"
33+
url "https://github.com/imrany/vilesql/releases/download/v0.8.9/vilesql_0.8.9_Linux_arm64.tar.gz"
34+
sha256 "0a72b1016aaff6ac55d934c61f5fe670433735c1c1b92001a31a38a018f3f2e3"
3535

3636
def install
3737
bin.install "vilesql"

0 commit comments

Comments
 (0)