Skip to content

Commit

Permalink
update homebrew (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Aug 30, 2023
1 parent 9d8c8c9 commit 173cb04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 7 additions & 4 deletions homebrew-formula/martin.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
class Martin < Formula
current_version="0.8.1"
current_version="0.8.7"

desc "PostGIS Mapbox Vector Tiles server"
homepage "https://github.com/urbica/martin"
desc "Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support"
homepage "https://github.com/maplibre/martin"
url "https://github.com/maplibre/martin/releases/download/v#{current_version}/martin-Darwin-x86_64.tar.gz"
sha256 "554171bc4761c1852f0d6509b16af00d67f2d2b7d78ad20d9f819beb5d967e8a"

# This is the sha256 checksum of the martin-Darwin-x86_64.tar.gz file
# I am not certain if arch64 should have a different sha256 somewhere
sha256 "92f660b1bef3a54dc84e4794a5ba02a8817c25f21ce7000783749bbae9e50de1"
version "#{current_version}"

depends_on "openssl@3"
Expand Down
2 changes: 2 additions & 0 deletions martin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[package]
name = "martin"
# Make sure to update /home/nyurik/dev/rust/martin/homebrew-formula/martin.rb version
# Once the release is published with the hash
version = "0.8.7"
authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>", "Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"]
description = "Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support"
Expand Down

0 comments on commit 173cb04

Please sign in to comment.