summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSammysHP2023-08-16 18:36:52 +0200
committerSammysHP2023-08-16 18:36:52 +0200
commit37adc0d27098fba5ed39ff60b6a71fe31fa7be20 (patch)
tree2e92f213813cb2558ce27b9cd96f263297c88edf /PKGBUILD
parent70760f0368e325b013cd9961211a6dd959f83bf7 (diff)
downloadaur-37adc0d27098fba5ed39ff60b6a71fe31fa7be20.tar.gz
Update to 3.0.30
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cd640998734..cf887280de69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=cruiser
-pkgver=3.0.29
+pkgver=3.0.30
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=('8490b59109d72718efac737305cc58e0')
+md5sums=('915eeabd7f86d5a97727a372d9f3f7af')
noextract=("cruiser-$pkgver.zip")
_extractname="${pkgname}_${pkgver}-${pkgrel}"