Skip to content

Commit

Permalink
update formula automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed May 29, 2024
1 parent 0c4284b commit 6618172
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/versatiles.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Versatiles < Formula
desc "A toolbox for converting, checking and serving map tiles in various formats."
homepage "https://github.com/versatiles-org/versatiles-rs"
version "0.11.2"
version "0.11.3"
license "MIT"

on_arm do
url "https://github.com/versatiles-org/versatiles-rs/releases/download/v0.11.2/versatiles-macos-aarch64.tar.gz"
sha256 "768ddf8a9027f6d6eead8e69f119465988a0b911e16402a19356d9b1f51ff2ed"
url "https://github.com/versatiles-org/versatiles-rs/releases/download/v0.11.3/versatiles-macos-aarch64.tar.gz"
sha256 "d399076d2e1d8365d0d384d890f46851e7bfe363a1c645eac96d6e7dc8ba06dc"
end

on_intel do
url "https://github.com/versatiles-org/versatiles-rs/releases/download/v0.11.2/versatiles-macos-x86_64.tar.gz"
sha256 "cf957f7aeccba49f5d5a4ae51a9019a47ce9e2b71e55dfe33e845185c0cdd197"
url "https://github.com/versatiles-org/versatiles-rs/releases/download/v0.11.3/versatiles-macos-x86_64.tar.gz"
sha256 "3fd3672d931c96b9478c982385d7e50b0a189e21a990563c9070a5cfe1c84362"
end

def install
Expand Down

0 comments on commit 6618172

Please sign in to comment.