summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidAutumnMoon2021-02-13 01:02:27 +0800
committerMidAutumnMoon2021-02-13 01:02:27 +0800
commita004fdbfa86bb524bf22b613a999fb881fc1915c (patch)
tree59739576a1379d452b6634f0fa187ca735cad7f3
parent1901fc8999bb3de7128057128c27b8bd7ff9764c (diff)
downloadaur-a004fdbfa86bb524bf22b613a999fb881fc1915c.tar.gz
Update to version 2.5.0.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--agate.conf2
3 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31ee39ae6568..68cefeb40b58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agate-bin
pkgdesc = Very simple server for the Gemini hypertext protocol.
- pkgver = 2.4.1
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/mbrubeck/agate
arch = x86_64
@@ -8,14 +8,14 @@ pkgbase = agate-bin
license = MIT
provides = agate
conflicts = agate
- backup = etc/agate.conf
- source = https://github.com/mbrubeck/agate/releases/download/v2.4.1/agate.x86_64-unknown-linux-gnu.gz
+ backup = etc/agate/agate.conf
+ source = https://github.com/mbrubeck/agate/releases/download/v2.5.0/agate.x86_64-unknown-linux-gnu.gz
source = agate@.service
source = agate.conf
source = agate.sysusers
- md5sums = e9934f6bed2b21c3f760fa1563dea7f1
+ md5sums = 6463c5ab8df86989fb23adb19f1175f5
md5sums = e27d6af60a904897ab80a766f5eae8dc
- md5sums = 4a00996b03caf45dc30b969b10854c3a
+ md5sums = 81833baba7c9f6e90eeddbe8846667c2
md5sums = f3aff0c50b6af48da0bbb37d2c8a1b07
pkgname = agate-bin
diff --git a/PKGBUILD b/PKGBUILD
index 27948c9fc36c..470bc00bffea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: MidAutumnMoon <mid.autumn0moon@gmail.com>
pkgname=agate-bin
-pkgver=2.4.1
+pkgver=2.5.0
pkgrel=1
pkgdesc="Very simple server for the Gemini hypertext protocol."
arch=( 'x86_64' )
@@ -14,11 +14,11 @@ source=(
agate.conf
agate.sysusers
)
-md5sums=( 'e9934f6bed2b21c3f760fa1563dea7f1'
+md5sums=( '6463c5ab8df86989fb23adb19f1175f5'
'e27d6af60a904897ab80a766f5eae8dc'
- '4a00996b03caf45dc30b969b10854c3a'
+ '81833baba7c9f6e90eeddbe8846667c2'
'f3aff0c50b6af48da0bbb37d2c8a1b07' )
-backup=( 'etc/agate.conf' )
+backup=( 'etc/agate/agate.conf' )
conflicts=( 'agate' )
provides=( 'agate' )
diff --git a/agate.conf b/agate.conf
index 21be1c332de6..991daaa0c5a3 100644
--- a/agate.conf
+++ b/agate.conf
@@ -6,4 +6,6 @@ ADDR=--addr :::1965 --addr 0.0.0.0:1965
HOSTNAME=--hostname example.com
LANG=--lang en_US
#OTHERS=--serve-secret
+#OTHERS=--central-conf --only-tls13
+
#RUST_LOG=