summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2023-06-15 16:56:49 +0200
committerSammysHP2023-06-15 16:56:49 +0200
commitdab793037d40e88df68f44caed0ee20f4c8b190b (patch)
tree904b6081f8c317471c12c93ff4d0fcf988e5c7d5
parentfe14541b9e79a73289898bea74f4f622a705a55d (diff)
downloadaur-dab793037d40e88df68f44caed0ee20f4c8b190b.tar.gz
Update to 3.0.24
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be59c487b037..778beea1eaee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cruiser
pkgdesc = Map and navigation application using offline vector maps
- pkgver = 3.0.23
+ pkgver = 3.0.24
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.23.zip
- source = https://github.com/devemux86/cruiser/releases/download/3.0.23/cruiser-3.0.23.zip
- md5sums = 2ef6945a87cfd99390b7256dee6595a8
+ noextract = cruiser-3.0.24.zip
+ source = https://github.com/devemux86/cruiser/releases/download/3.0.24/cruiser-3.0.24.zip
+ md5sums = cb7adc4c8b2152d91cca0b61ecbf9d3e
pkgname = cruiser
diff --git a/PKGBUILD b/PKGBUILD
index 37efb1a88dd6..b97999942673 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=cruiser
-pkgver=3.0.23
+pkgver=3.0.24
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=('2ef6945a87cfd99390b7256dee6595a8')
+md5sums=('cb7adc4c8b2152d91cca0b61ecbf9d3e')
noextract=("cruiser-$pkgver.zip")
_extractname="${pkgname}_${pkgver}-${pkgrel}"