summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2020-08-22 22:18:31 +0200
committerJaroslav Lichtblau2020-08-22 22:18:31 +0200
commit5a920e9b2704e59fb185e8150ce8d43f1389f15a (patch)
tree86f42b335531e7eacd1e40166747afc64d93ea51
parentdfceea01e5c3be749f757711012d95ec4226a8b4 (diff)
downloadaur-5a920e9b2704e59fb185e8150ce8d43f1389f15a.tar.gz
geotoad-3.30.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c99da3e019d1..588eb2005dff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = geotoad
pkgdesc = A tool to simplify geocaching
- pkgver = 3.29.2
+ pkgver = 3.30.0
pkgrel = 1
url = https://github.com/steve8x8/geotoad
arch = any
license = custom
depends = ruby
- source = geotoad-3.29.2.tar.gz::https://github.com/steve8x8/geotoad/archive/3.29.2.tar.gz
- sha256sums = 0f408592cd6f9051944110e0b4298759f120ee65f2c565c902d918584f826ee4
+ source = geotoad-3.30.0.tar.gz::https://github.com/steve8x8/geotoad/archive/3.30.0.tar.gz
+ sha256sums = 6802a827e30375d59619c9a38c80280cef11e7f120cea62ba1499ab618a34a79
pkgname = geotoad
diff --git a/PKGBUILD b/PKGBUILD
index 018f3632c6d5..1fb048ff7207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=geotoad
-pkgver=3.29.2
+pkgver=3.30.0
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=('0f408592cd6f9051944110e0b4298759f120ee65f2c565c902d918584f826ee4')
+sha256sums=('6802a827e30375d59619c9a38c80280cef11e7f120cea62ba1499ab618a34a79')
package() {
cd "${srcdir}"/${pkgname}-${pkgver}