summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2023-08-17 17:14:47 +0200
committerSammysHP2023-08-17 17:14:47 +0200
commit21e3bd51586e16213120ca67b8cc2beaa1ae9dcf (patch)
tree934f197055a9b2163ebd3b69fa945d3cc6ec4cc3
parent37adc0d27098fba5ed39ff60b6a71fe31fa7be20 (diff)
downloadaur-21e3bd51586e16213120ca67b8cc2beaa1ae9dcf.tar.gz
Update to 3.0.31
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7a4e467beff..04931ac45394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cruiser
pkgdesc = Map and navigation application using offline vector maps
- pkgver = 3.0.30
+ pkgver = 3.0.31
pkgrel = 1
url = http://wiki.openstreetmap.org/wiki/Cruiser
arch = any
@@ -10,8 +10,8 @@ pkgbase = cruiser
replaces = atlas-maps
replaces = atlas-maps-bin
replaces = atlas-maps-beta-bin
- noextract = cruiser-3.0.30.zip
- source = https://github.com/devemux86/cruiser/releases/download/3.0.30/cruiser-3.0.30.zip
- md5sums = 915eeabd7f86d5a97727a372d9f3f7af
+ noextract = cruiser-3.0.31.zip
+ source = https://github.com/devemux86/cruiser/releases/download/3.0.31/cruiser-3.0.31.zip
+ md5sums = 4b16f172e0b743c13c1158dc1d932816
pkgname = cruiser
diff --git a/PKGBUILD b/PKGBUILD
index cf887280de69..32e8be1eb32d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=cruiser
-pkgver=3.0.30
+pkgver=3.0.31
pkgrel=1
pkgdesc="Map and navigation application using offline vector maps"
arch=('any')
@@ -11,7 +11,7 @@ depends=('java-runtime')
conflicts=('atlas-maps')
replaces=('atlas-maps' 'atlas-maps-bin' 'atlas-maps-beta-bin')
source=("https://github.com/devemux86/cruiser/releases/download/${pkgver}/cruiser-${pkgver}.zip")
-md5sums=('915eeabd7f86d5a97727a372d9f3f7af')
+md5sums=('4b16f172e0b743c13c1158dc1d932816')
noextract=("cruiser-$pkgver.zip")
_extractname="${pkgname}_${pkgver}-${pkgrel}"