summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Creager2024-04-07 09:51:09 -0400
committerDouglas Creager2024-04-07 09:51:09 -0400
commitacbe1267af6b8fba917873566009406c7553909e (patch)
tree445b42d39c9dd715199885407b7663a924fb2d10
parent10a7aef0811dd245e1276dabe6985fc22122062a (diff)
downloadaur-gmid.tar.gz
Update to 2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2481e1ce693..4fb22df05f93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gmid
pkgdesc = Fast Gemini server written with security in mind.
- pkgver = 2.0
+ pkgver = 2.0.2
pkgrel = 1
url = https://gmid.omarpolo.com
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = gmid
depends = libbsd
conflicts = gmid-git
conflicts = gmid-bin
- source = https://ftp.omarpolo.com/gmid-2.0.tar.gz
+ source = https://ftp.omarpolo.com/gmid-2.0.2.tar.gz
source = gmid.service
source = gmid.conf
- sha256sums = b6e0213eea014ce00326e9e0417150632e1988d79eab1d8d044c7dd3ea018f9d
+ sha256sums = 61baf50d3d1c86d4ce4fceea9e422a336db4259b76052bbc8eec1d47abb417c9
sha256sums = 61450ba6fb7283b03f099e5172cf4e64bf40093ad2bd126b7915940d40922c9a
sha256sums = 4d943727a57dbf5f246963c0f90ccc54919cc2296538457e6b16f29f7580d9d6
diff --git a/PKGBUILD b/PKGBUILD
index 5a765362a09c..85539fa3b50a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andrea Feletto <andrea@andreafeletto.com>
pkgname=gmid
-pkgver=2.0
+pkgver=2.0.2
pkgrel=1
pkgdesc='Fast Gemini server written with security in mind.'
arch=('x86_64')
@@ -16,7 +16,7 @@ source=(
"gmid.conf"
)
sha256sums=(
- 'b6e0213eea014ce00326e9e0417150632e1988d79eab1d8d044c7dd3ea018f9d'
+ '61baf50d3d1c86d4ce4fceea9e422a336db4259b76052bbc8eec1d47abb417c9'
'61450ba6fb7283b03f099e5172cf4e64bf40093ad2bd126b7915940d40922c9a'
'4d943727a57dbf5f246963c0f90ccc54919cc2296538457e6b16f29f7580d9d6'
)