summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSammysHP2023-02-21 18:04:01 +0100
committerSammysHP2023-02-21 18:04:01 +0100
commitab03f7469880989fe6025bb86be0bcae3bcc54b7 (patch)
treef5731bbdd4196669b711cde0d69cb0cddaaf0936 /PKGBUILD
parent2767865ec160a63282e33b98d8f0c03778b29db0 (diff)
downloadaur-ab03f7469880989fe6025bb86be0bcae3bcc54b7.tar.gz
Update to 3.0.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f0b2a9cd289..31e468a99607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=cruiser
-pkgver=3.0.9
+pkgver=3.0.10
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=('cafa09dab579216ef030634d89b0229a')
+md5sums=('79d6d0cfee9033c00c3dc87b593a66a9')
noextract=("cruiser-$pkgver.zip")
_extractname="${pkgname}_${pkgver}-${pkgrel}"