summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2015-11-06 18:11:07 +0100
committerJaroslav Lichtblau2015-11-06 18:11:07 +0100
commitbb3d88017ec51b16160a47bd14657f207136ba35 (patch)
tree975520fef1a464c0758450b095675ba929e983c8
parentebb9e4448a5880c6320d424a1012262ce11ef06f (diff)
downloadaur-bb3d88017ec51b16160a47bd14657f207136ba35.tar.gz
geotoad-3.24.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a193a9cf49a0..e2e9f984967d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = geotoad
pkgdesc = A tool to simplify geocaching
- pkgver = 3.24.1
+ pkgver = 3.24.2
pkgrel = 1
url = https://github.com/steve8x8/geotoad
arch = any
license = custom
depends = ruby
- source = geotoad-3.24.1.tar.gz::https://github.com/steve8x8/geotoad/archive/3.24.1.tar.gz
- sha256sums = 186f12ac1d5ee2070d194652aaa54e6ddea06d5be5b7fbe10c0eff68c1b951f7
+ source = geotoad-3.24.2.tar.gz::https://github.com/steve8x8/geotoad/archive/3.24.2.tar.gz
+ sha256sums = da1c57e0d3bd80105076cc76fbc2645cd5c6a6ebd896ffd97df326ed74d3e626
pkgname = geotoad
diff --git a/PKGBUILD b/PKGBUILD
index 0c150fc83e1f..c362055a927d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=geotoad
-pkgver=3.24.1
+pkgver=3.24.2
pkgrel=1
pkgdesc="A tool to simplify geocaching"
arch=('any')
@@ -11,7 +11,7 @@ license=('custom')
depends=('ruby')
#see https://github.com/steve8x8/geotoad/issues/325
source=($pkgname-$pkgver.tar.gz::https://github.com/steve8x8/geotoad/archive/$pkgver.tar.gz)
-sha256sums=('186f12ac1d5ee2070d194652aaa54e6ddea06d5be5b7fbe10c0eff68c1b951f7')
+sha256sums=('da1c57e0d3bd80105076cc76fbc2645cd5c6a6ebd896ffd97df326ed74d3e626')
package() {
cd "${srcdir}"/${pkgname}-${pkgver}