diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-09-19 23:56:33 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-09-19 23:56:33 +0300 |
| commit | 3036e98e02f61a808a55d64dd8673eebc25fce75 (patch) | |
| tree | 97a93b5e48a1eed7b2719e83d42197e3a03b65cf | |
| parent | 9b4175a07cfb54b33fdb58dfe7c999b7d6a4c34e (diff) | |
Bump to v0.3.0
| -rw-r--r-- | .SRCINFO | 10 | ||||
| -rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,14 +1,14 @@ pkgbase = mapbox-studio pkgdesc = Vector tile driven map design - pkgver = 0.2.7 - pkgrel = 2 + pkgver = 0.3.0 + pkgrel = 1 url = https://mapbox.com/mapbox-studio/ arch = x86_64 license = BSD makedepends = unzip - noextract = mapbox-studio-linux-x64-v0.2.7.zip - source = https://mapbox.s3.amazonaws.com/mapbox-studio/mapbox-studio-linux-x64-v0.2.7.zip - sha1sums = 671583b64167205ac6b1008f95e7176f53db897f + noextract = mapbox-studio-linux-x64-v0.3.0.zip + source = https://mapbox.s3.amazonaws.com/mapbox-studio/mapbox-studio-linux-x64-v0.3.0.zip + sha1sums = 7b584166291879a64dfd0cce1dc3cb8bbd3403ec pkgname = mapbox-studio @@ -1,8 +1,8 @@ # Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F pkgname=mapbox-studio -pkgver=0.2.7 -pkgrel=2 +pkgver=0.3.0 +pkgrel=1 pkgdesc="Vector tile driven map design" arch=('x86_64') url="https://mapbox.com/mapbox-studio/" @@ -11,7 +11,7 @@ depends=() makedepends=(unzip) source=("https://mapbox.s3.amazonaws.com/mapbox-studio/mapbox-studio-linux-x64-v${pkgver}.zip") noextract=("mapbox-studio-linux-x64-v${pkgver}.zip") -sha1sums=('671583b64167205ac6b1008f95e7176f53db897f') +sha1sums=('7b584166291879a64dfd0cce1dc3cb8bbd3403ec') prepare() { unzip -q mapbox-studio-linux-x64-v${pkgver}.zip |
