Skip to content

Commit ca4727e

Browse files
committed
Brew formula update for vilesql version v0.10.1
1 parent 667cbc7 commit ca4727e

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.10.0"
8+
version "0.10.1"
99
license "GPL-3.0-only"
1010

1111
on_macos do
12-
url "https://github.com/imrany/vilesql/releases/download/v0.10.0/vilesql_0.10.0_Darwin_all.tar.gz"
13-
sha256 "4cb232e2609b91536dbc6a1971138374ca32d3ebc4ef3d6ae43fd13e298854b6"
12+
url "https://github.com/imrany/vilesql/releases/download/v0.10.1/vilesql_0.10.1_Darwin_all.tar.gz"
13+
sha256 "1eb3e0c1f0f45b3649a901fb4e06483945129a7bed2c09216717becc4d77bed4"
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.10.0/vilesql_0.10.0_Linux_x86_64.tar.gz"
24-
sha256 "e0eedfd8b8a457aefbb02bbce80dabe1fb7948ee64712b4bc8151bf59adfffcd"
23+
url "https://github.com/imrany/vilesql/releases/download/v0.10.1/vilesql_0.10.1_Linux_x86_64.tar.gz"
24+
sha256 "80028dfaf844129c96f8ac397dc22bacb37342125f0bc1a39b0ff3e1246e2f8f"
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.10.0/vilesql_0.10.0_Linux_arm64.tar.gz"
34-
sha256 "990bfdff6b4a538cc3322fa1ec7328c27441cdc4da5319dc3c361940669113c3"
33+
url "https://github.com/imrany/vilesql/releases/download/v0.10.1/vilesql_0.10.1_Linux_arm64.tar.gz"
34+
sha256 "3a5e1afd713e047c6a33807daf97f3a61d8a8ffce615688fea0bb7bac9389897"
3535

3636
def install
3737
bin.install "vilesql"

0 commit comments

Comments
 (0)