summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f9441068ebc..bc587f536dae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gmid
pkgdesc = Fast Gemini server written with security in mind.
- pkgver = 1.6.2
+ pkgver = 1.7.1
pkgrel = 1
url = https://git.omarpolo.com/gmid
arch = x86_64
license = ISC
depends = libressl
- source = https://git.omarpolo.com/gmid/snapshot/gmid-1.6.2.tar.gz
- sha256sums = 1eaf2f6da2dd77cb3cda306036a5524abfd27bcdfa9d9b0cc364bf989aef8277
+ source = https://git.omarpolo.com/gmid/snapshot/gmid-1.7.1.tar.gz
+ sha256sums = cf06e1f838e4e35eb4679c9ef5747cbc96326124e27ad874ad78743ce791c2d9
pkgname = gmid
diff --git a/PKGBUILD b/PKGBUILD
index 8b83b742c13a..65b1ae33c299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andrea Feletto <andrea@andreafeletto.com>
pkgname=gmid
-pkgver=1.6.2
+pkgver=1.7.1
pkgrel=1
pkgdesc='Fast Gemini server written with security in mind.'
arch=('x86_64')
@@ -10,7 +10,7 @@ url='https://git.omarpolo.com/gmid'
license=('ISC')
depends=('libressl')
source=("$url/snapshot/$pkgname-$pkgver.tar.gz")
-sha256sums=('1eaf2f6da2dd77cb3cda306036a5524abfd27bcdfa9d9b0cc364bf989aef8277')
+sha256sums=('cf06e1f838e4e35eb4679c9ef5747cbc96326124e27ad874ad78743ce791c2d9')
build() {
cd "$srcdir/$pkgname-$pkgver"