summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordalz2020-12-19 19:53:40 +0100
committerdalz2020-12-19 19:53:40 +0100
commit72df7319e96253c1bb762ea8c0e897e8ddf9e605 (patch)
treebec9c299ed9daabd622732d5c7381fa064341da3
parentb54cf9c8da2929f2b2caed25a90294966635fe3c (diff)
downloadaur-72df7319e96253c1bb762ea8c0e897e8ddf9e605.tar.gz
v1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82b1cba712fa..df704025697d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gemget
pkgdesc = Command line downloader for the Gemini protocol
- pkgver = 1.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/makeworld-the-better-one/gemget
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- source = gemget-1.7.0.tar.gz::https://github.com/makeworld-the-better-one/gemget/archive/v1.7.0.tar.gz
- sha256sums = 271e89cf4bf76a78c6efffce4b307c24edae4a04147a3ec3aed2bf0289cc4e12
+ source = gemget-1.8.0.tar.gz::https://github.com/makeworld-the-better-one/gemget/archive/v1.8.0.tar.gz
+ sha256sums = 52578dfc33c0275d71658d6afc0e0d91b3734032a6ed5b760d2695001b178c5a
pkgname = gemget
diff --git a/PKGBUILD b/PKGBUILD
index fb8956037d0e..799b6bb50bb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: dalz <aur @t alsd d0t eu>
pkgname=gemget
-pkgver=1.7.0
-_commit=3bcb9e511eac67b9c69fc0196eedbbc3d2b21bc4
+pkgver=1.8.0
+_commit=b32c6f861544e06c162320a56430dc31d35fd774
pkgrel=1
pkgdesc='Command line downloader for the Gemini protocol'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/makeworld-the-better-one/gemget'
license=('MIT')
makedepends=('go' 'git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/makeworld-the-better-one/gemget/archive/v$pkgver.tar.gz")
-sha256sums=('271e89cf4bf76a78c6efffce4b307c24edae4a04147a3ec3aed2bf0289cc4e12')
+sha256sums=('52578dfc33c0275d71658d6afc0e0d91b3734032a6ed5b760d2695001b178c5a')
prepare() {
cd "$pkgname-$pkgver"