summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2022-03-27 13:34:18 +0200
committerAndrea Feletto2022-03-27 13:34:18 +0200
commit7bcf2fe96e576d5f1e9bd33219c182830f6f8bd4 (patch)
treebc29e8d5ff6785f9569fef54850bb6a0196ea107
parent653b44dcb54a79aeedc5d5e1d76af9aa6eec3cbe (diff)
downloadaur-7bcf2fe96e576d5f1e9bd33219c182830f6f8bd4.tar.gz
version 1.8.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54ec9bcae6e3..e0674fb91803 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = gmid
pkgdesc = Fast Gemini server written with security in mind.
- pkgver = 1.8.1
- pkgrel = 5
+ pkgver = 1.8.2
+ pkgrel = 1
url = https://gmid.omarpolo.com
arch = x86_64
license = ISC
depends = libretls
conflicts = gmid-git
conflicts = gmid-bin
- source = https://git.omarpolo.com/gmid/snapshot/gmid-1.8.1.tar.gz
+ source = https://github.com/omar-polo/gmid/releases/download/1.8.2/gmid-1.8.2.tar.gz
source = gmid.service
source = gmid.conf
- sha256sums = b4c5bf614b910cb9e8f529e119e395e7bb5d6fffe305cf3994598d6e6a448b8e
+ sha256sums = 6a3171aa321ea71babf90543474017ced1d00ca6c86a75ae04f04fd090e30537
sha256sums = 61450ba6fb7283b03f099e5172cf4e64bf40093ad2bd126b7915940d40922c9a
sha256sums = 4d943727a57dbf5f246963c0f90ccc54919cc2296538457e6b16f29f7580d9d6
diff --git a/PKGBUILD b/PKGBUILD
index bbe2fdf45d90..257a5aba0b33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Andrea Feletto <andrea@andreafeletto.com>
pkgname=gmid
-pkgver=1.8.1
-pkgrel=5
+pkgver=1.8.2
+pkgrel=1
pkgdesc='Fast Gemini server written with security in mind.'
arch=('x86_64')
url='https://gmid.omarpolo.com'
@@ -11,12 +11,12 @@ license=('ISC')
depends=('libretls')
conflicts=('gmid-git' 'gmid-bin')
source=(
- "https://git.omarpolo.com/$pkgname/snapshot/$pkgname-$pkgver.tar.gz"
+ "https://github.com/omar-polo/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
"gmid.service"
"gmid.conf"
)
sha256sums=(
- 'b4c5bf614b910cb9e8f529e119e395e7bb5d6fffe305cf3994598d6e6a448b8e'
+ '6a3171aa321ea71babf90543474017ced1d00ca6c86a75ae04f04fd090e30537'
'61450ba6fb7283b03f099e5172cf4e64bf40093ad2bd126b7915940d40922c9a'
'4d943727a57dbf5f246963c0f90ccc54919cc2296538457e6b16f29f7580d9d6'
)