summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2020-10-10 16:53:31 +0200
committerJaroslav Lichtblau2020-10-10 16:53:31 +0200
commit4212ba0e49825b5411db4f68ab8efca23a6eb005 (patch)
tree9c30e7ec4701f00e4b927aecd810f9d75bd67cfb
parentadda4a4d06f5d4a116fecffa570e66aabf7ace4d (diff)
downloadaur-4212ba0e49825b5411db4f68ab8efca23a6eb005.tar.gz
geotoad-3.30.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eeea42c78cb7..36ecd7b0d684 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = geotoad
pkgdesc = A tool to simplify geocaching
- pkgver = 3.30.1
+ pkgver = 3.30.2
pkgrel = 1
url = https://github.com/steve8x8/geotoad
arch = any
license = custom
depends = ruby
- source = geotoad-3.30.1.tar.gz::https://github.com/steve8x8/geotoad/archive/3.30.1.tar.gz
- sha256sums = 74d13a12fff238519f03e60ece0d3d17b7a234ec1cbc575769f09868397fe614
+ source = geotoad-3.30.2.tar.gz::https://github.com/steve8x8/geotoad/archive/3.30.2.tar.gz
+ sha256sums = 4c6edbca003aad8a583db3fa233a74e7ac120ad10aececcba4a20f703140b793
pkgname = geotoad
diff --git a/PKGBUILD b/PKGBUILD
index b138553c49c1..16dd71f1edd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=geotoad
-pkgver=3.30.1
+pkgver=3.30.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=('74d13a12fff238519f03e60ece0d3d17b7a234ec1cbc575769f09868397fe614')
+sha256sums=('4c6edbca003aad8a583db3fa233a74e7ac120ad10aececcba4a20f703140b793')
package() {
cd "${srcdir}"/${pkgname}-${pkgver}