mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
Update to 1.28.3
This commit is contained in:
parent
34f97484a7
commit
f3f5ee6426
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = pmtiles
|
||||
pkgdesc = Single-file executable tool for working with PMTiles archives
|
||||
pkgver = 1.28.1
|
||||
pkgver = 1.28.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/protomaps/go-pmtiles/
|
||||
arch = x86_64
|
||||
|
|
@ -9,7 +9,7 @@ pkgbase = pmtiles
|
|||
provides = go-pmtiles
|
||||
conflicts = pmtiles
|
||||
conflicts = go-pmtiles
|
||||
source = https://github.com/protomaps/go-pmtiles/releases/download/v1.28.1/go-pmtiles_1.28.1_Linux_x86_64.tar.gz
|
||||
b2sums = a22be9bb675441f2d03eb6155b0e5647a39a5b371c62892d3b3ce45a900c4e5ef16610d2d78524ee3e5490f9aea2e80a90a2d94e9c2aab422335fa0ec1eb4816
|
||||
source = https://github.com/protomaps/go-pmtiles/releases/download/v1.28.3/go-pmtiles_1.28.3_Linux_x86_64.tar.gz
|
||||
b2sums = ddebbdfe1efd9902cb00b544fc8378dc3f2941aeb5ca58337fe826e9dd3fc3d6dcccda30431a04c68a469de96cb166bcc5c18077329bfb3e8a6566ab89e43da9
|
||||
|
||||
pkgname = pmtiles
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Alireza S.N. <alireza6677 at gmail dot com>
|
||||
|
||||
pkgname=pmtiles
|
||||
pkgver=1.28.1
|
||||
pkgver=1.28.3
|
||||
pkgrel=1
|
||||
pkgdesc="Single-file executable tool for working with PMTiles archives"
|
||||
arch=("x86_64")
|
||||
|
|
@ -12,7 +12,7 @@ makedepends=()
|
|||
provides=("pmtiles" "go-pmtiles")
|
||||
conflicts=("pmtiles" "go-pmtiles")
|
||||
source=("https://github.com/protomaps/go-pmtiles/releases/download/v${pkgver}/go-pmtiles_${pkgver}_Linux_${arch}.tar.gz")
|
||||
b2sums=('a22be9bb675441f2d03eb6155b0e5647a39a5b371c62892d3b3ce45a900c4e5ef16610d2d78524ee3e5490f9aea2e80a90a2d94e9c2aab422335fa0ec1eb4816')
|
||||
b2sums=('ddebbdfe1efd9902cb00b544fc8378dc3f2941aeb5ca58337fe826e9dd3fc3d6dcccda30431a04c68a469de96cb166bcc5c18077329bfb3e8a6566ab89e43da9')
|
||||
|
||||
package() {
|
||||
install -d "${pkgdir}"/usr/bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue