summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSammysHP2023-09-12 19:29:44 +0200
committerSammysHP2023-09-12 19:29:44 +0200
commitcb10341d28d4c7a4afddaad544aabba84515851d (patch)
tree3fbb2ce488ab6ba44820c131103a4adcba620844 /PKGBUILD
parent21e3bd51586e16213120ca67b8cc2beaa1ae9dcf (diff)
downloadaur-cb10341d28d4c7a4afddaad544aabba84515851d.tar.gz
Update to 3.0.32
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32e8be1eb32d..d014675bd60a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=cruiser
-pkgver=3.0.31
+pkgver=3.0.32
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=('4b16f172e0b743c13c1158dc1d932816')
+md5sums=('42ca3344fcf6c40e0583bf6becd9b9cc')
noextract=("cruiser-$pkgver.zip")
_extractname="${pkgname}_${pkgver}-${pkgrel}"