summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2023-01-25 20:28:07 +0100
committerSammysHP2023-01-25 20:28:07 +0100
commit9b03db2cb26fef1082c017ecf813889bf8c62070 (patch)
tree82f065c599fb00a8f8864d7481864327ac44f6ae
parent1e4d9373ef12a7a073605468df18edb40360d3dd (diff)
downloadaur-9b03db2cb26fef1082c017ecf813889bf8c62070.tar.gz
Update to 3.0.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8c57388b451..acc18a273488 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cruiser
pkgdesc = Map and navigation application using offline vector maps
- pkgver = 3.0.7
+ pkgver = 3.0.8
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.7.zip
- source = https://github.com/devemux86/cruiser/releases/download/3.0.7/cruiser-3.0.7.zip
- md5sums = 88dfcafe5dee5c32a31690c5fec09935
+ noextract = cruiser-3.0.8.zip
+ source = https://github.com/devemux86/cruiser/releases/download/3.0.8/cruiser-3.0.8.zip
+ md5sums = 58a5fc28591fe9f4164456a3cd59aa00
pkgname = cruiser
diff --git a/PKGBUILD b/PKGBUILD
index cd69b5890c72..4f2ccb9ad242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=cruiser
-pkgver=3.0.7
+pkgver=3.0.8
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=('88dfcafe5dee5c32a31690c5fec09935')
+md5sums=('58a5fc28591fe9f4164456a3cd59aa00')
noextract=("cruiser-$pkgver.zip")
_extractname="${pkgname}_${pkgver}-${pkgrel}"