summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Creager2024-01-15 09:43:24 -0500
committerDouglas Creager2024-01-15 09:43:24 -0500
commit10a7aef0811dd245e1276dabe6985fc22122062a (patch)
tree1dc06c9c22ca7a080e3ccd5a36d89a65226a0024
parentde07a28c1811c7cd4880f0c210eee3196f9f3ef9 (diff)
downloadaur-10a7aef0811dd245e1276dabe6985fc22122062a.tar.gz
Bump to 2.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f039a125ffa9..a2481e1ce693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gmid
pkgdesc = Fast Gemini server written with security in mind.
- pkgver = 1.8.6
+ pkgver = 2.0
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://github.com/omar-polo/gmid/releases/download/1.8.6/gmid-1.8.6.tar.gz
+ source = https://ftp.omarpolo.com/gmid-2.0.tar.gz
source = gmid.service
source = gmid.conf
- sha256sums = 5e027012f50f56709a7f08a530fd0ecc90402142acdcd7cba6e23bd7a37d0bc8
+ sha256sums = b6e0213eea014ce00326e9e0417150632e1988d79eab1d8d044c7dd3ea018f9d
sha256sums = 61450ba6fb7283b03f099e5172cf4e64bf40093ad2bd126b7915940d40922c9a
sha256sums = 4d943727a57dbf5f246963c0f90ccc54919cc2296538457e6b16f29f7580d9d6
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..781557b0c2ac
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/pkg/
+/src/
+gmid-*
diff --git a/PKGBUILD b/PKGBUILD
index cca9e3a8cc16..5a765362a09c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andrea Feletto <andrea@andreafeletto.com>
pkgname=gmid
-pkgver=1.8.6
+pkgver=2.0
pkgrel=1
pkgdesc='Fast Gemini server written with security in mind.'
arch=('x86_64')
@@ -11,12 +11,12 @@ license=('ISC')
depends=('libretls' 'libbsd')
conflicts=('gmid-git' 'gmid-bin')
source=(
- "https://github.com/omar-polo/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
+ "https://ftp.omarpolo.com/$pkgname-$pkgver.tar.gz"
"gmid.service"
"gmid.conf"
)
sha256sums=(
- '5e027012f50f56709a7f08a530fd0ecc90402142acdcd7cba6e23bd7a37d0bc8'
+ 'b6e0213eea014ce00326e9e0417150632e1988d79eab1d8d044c7dd3ea018f9d'
'61450ba6fb7283b03f099e5172cf4e64bf40093ad2bd126b7915940d40922c9a'
'4d943727a57dbf5f246963c0f90ccc54919cc2296538457e6b16f29f7580d9d6'
)