Skip to content

Commit 6d9b9b5

Browse files
committed
update formula automatically
1 parent 9de4d2b commit 6d9b9b5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Formula/versatiles.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Versatiles < Formula
22
desc "A toolbox for converting, checking and serving map tiles in various formats."
33
homepage "https://github.com/versatiles-org/versatiles-rs"
4-
version "1.1.0"
4+
version "2.0.0"
55
license "MIT"
66

77
on_arm do
8-
url "https://github.com/versatiles-org/versatiles-rs/releases/download/v1.1.0/versatiles-macos-aarch64.tar.gz"
9-
sha256 "9dae22910a8ccf8d88036c6e32be20f7f30af5ac17c1f3ce5e293852433ee64e"
8+
url "https://github.com/versatiles-org/versatiles-rs/releases/download/v2.0.0/versatiles-macos-aarch64.tar.gz"
9+
sha256 "1d0096a908493ce5b60347b236b59fe01f715541569e47c3ab85e9c47a506bdf"
1010
end
1111

1212
on_intel do
13-
url "https://github.com/versatiles-org/versatiles-rs/releases/download/v1.1.0/versatiles-macos-x86_64.tar.gz"
14-
sha256 "9ab4e08174dcda0220f9793be0fdf8b421489e5f72b626dbeb74e03fb971ee4c"
13+
url "https://github.com/versatiles-org/versatiles-rs/releases/download/v2.0.0/versatiles-macos-x86_64.tar.gz"
14+
sha256 "f9fe74663cb989d117beee4a9e64a96037c34728c88124d1167addfb56887583"
1515
end
1616

1717
def install

0 commit comments

Comments
 (0)