summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2023-03-08 19:57:39 +0100
committerSammysHP2023-03-08 19:57:39 +0100
commit639510f0cfef97d21a4fc11db4e37b643047c0f5 (patch)
tree875ca7983efe65af056969f95f1d8e3c30e9ca99
parent3a96688d6cf5f09cd5c545f3ec65cdb7f7eb2407 (diff)
downloadaur-639510f0cfef97d21a4fc11db4e37b643047c0f5.tar.gz
Update to 3.0.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2144e53ac5d2..393d1666b84d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cruiser
pkgdesc = Map and navigation application using offline vector maps
- pkgver = 3.0.11
+ pkgver = 3.0.12
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.11.zip
- source = https://github.com/devemux86/cruiser/releases/download/3.0.11/cruiser-3.0.11.zip
- md5sums = 904482d6c041f9afa98257a5c4060414
+ noextract = cruiser-3.0.12.zip
+ source = https://github.com/devemux86/cruiser/releases/download/3.0.12/cruiser-3.0.12.zip
+ md5sums = 1f2a5bf891884c3270aa0c1e8b1ab665
pkgname = cruiser
diff --git a/PKGBUILD b/PKGBUILD
index 9df147f6ef86..7bc7888649a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=cruiser
-pkgver=3.0.11
+pkgver=3.0.12
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=('904482d6c041f9afa98257a5c4060414')
+md5sums=('1f2a5bf891884c3270aa0c1e8b1ab665')
noextract=("cruiser-$pkgver.zip")
_extractname="${pkgname}_${pkgver}-${pkgrel}"