summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2019-10-29 19:05:18 +0100
committerJaroslav Lichtblau2019-10-29 19:05:18 +0100
commitdfceea01e5c3be749f757711012d95ec4226a8b4 (patch)
treec2bbbbf1df00841fedec78f0b712762341c56062
parent4dd2dbb863dadc2730c3f9f879decfbd5c7a7b94 (diff)
downloadaur-dfceea01e5c3be749f757711012d95ec4226a8b4.tar.gz
geotoad-3.29.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 069da74d35b9..c99da3e019d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = geotoad
pkgdesc = A tool to simplify geocaching
- pkgver = 3.29.1
+ pkgver = 3.29.2
pkgrel = 1
url = https://github.com/steve8x8/geotoad
arch = any
license = custom
depends = ruby
- source = geotoad-3.29.1.tar.gz::https://github.com/steve8x8/geotoad/archive/3.29.1.tar.gz
- sha256sums = 29c9c5598adfaa9e6880b27f38def97355ddbbd84ad25dac6f4f5d430d7a6090
+ source = geotoad-3.29.2.tar.gz::https://github.com/steve8x8/geotoad/archive/3.29.2.tar.gz
+ sha256sums = 0f408592cd6f9051944110e0b4298759f120ee65f2c565c902d918584f826ee4
pkgname = geotoad
diff --git a/PKGBUILD b/PKGBUILD
index 4deb41903398..018f3632c6d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=geotoad
-pkgver=3.29.1
+pkgver=3.29.2
pkgrel=1
pkgdesc="A tool to simplify geocaching"
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/steve8x8/geotoad"
license=('custom')
depends=('ruby')
source=($pkgname-$pkgver.tar.gz::https://github.com/steve8x8/geotoad/archive/$pkgver.tar.gz)
-sha256sums=('29c9c5598adfaa9e6880b27f38def97355ddbbd84ad25dac6f4f5d430d7a6090')
+sha256sums=('0f408592cd6f9051944110e0b4298759f120ee65f2c565c902d918584f826ee4')
package() {
cd "${srcdir}"/${pkgname}-${pkgver}