summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2023-08-16 18:36:52 +0200
committerSammysHP2023-08-16 18:36:52 +0200
commit37adc0d27098fba5ed39ff60b6a71fe31fa7be20 (patch)
tree2e92f213813cb2558ce27b9cd96f263297c88edf
parent70760f0368e325b013cd9961211a6dd959f83bf7 (diff)
downloadaur-37adc0d27098fba5ed39ff60b6a71fe31fa7be20.tar.gz
Update to 3.0.30
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 766f3a6dae55..d7a4e467beff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cruiser
pkgdesc = Map and navigation application using offline vector maps
- pkgver = 3.0.29
+ pkgver = 3.0.30
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.29.zip
- source = https://github.com/devemux86/cruiser/releases/download/3.0.29/cruiser-3.0.29.zip
- md5sums = 8490b59109d72718efac737305cc58e0
+ noextract = cruiser-3.0.30.zip
+ source = https://github.com/devemux86/cruiser/releases/download/3.0.30/cruiser-3.0.30.zip
+ md5sums = 915eeabd7f86d5a97727a372d9f3f7af
pkgname = cruiser
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}"