summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Merejkowsky2022-02-26 14:56:42 +0100
committerDimitri Merejkowsky2022-02-26 14:56:42 +0100
commitae1fcb9387a90b9655ed87fd763200c7ef69d1c4 (patch)
tree78d477b0db23c4851fbca73b292808a918eea902
parent6df095d63ce711f229bdc3df8a75733689900bb6 (diff)
downloadaur-ae1fcb9387a90b9655ed87fd763200c7ef69d1c4.tar.gz
Bump to 3.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8e4fafc7a01..08976b96eafb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = agate
pkgdesc = Simple static file server for the Gemini network protocol, written in Rust
- pkgver = 3.1.2
+ pkgver = 3.2.3
pkgrel = 1
url = https://github.com/mbrubeck/agate
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = agate
license = MIT
makedepends = cargo
depends = gcc-libs
- source = agate-3.1.2.tar.gz::https://github.com/mbrubeck/agate/archive/v3.1.2.tar.gz
- md5sums = ca47ed393424c65c7183058199c2134c
+ source = agate-3.2.3.tar.gz::https://github.com/mbrubeck/agate/archive/v3.2.3.tar.gz
+ md5sums = d49b2e87ae85fa846ff2c7fa87557f73
pkgname = agate
diff --git a/PKGBUILD b/PKGBUILD
index 207817674f55..f71bfcf06007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://wiki.archlinux.org/index.php/Rust_package_guidelines
pkgname=agate
-pkgver=3.1.2
+pkgver=3.2.3
pkgrel=1
pkgdesc="Simple static file server for the Gemini network protocol, written in Rust"
depends=('gcc-libs')
@@ -32,4 +32,4 @@ package() {
install -Dm644 "LICENSE-APACHE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE-APACHE"
install -Dm644 "LICENSE-MIT" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE-MIT"
}
-md5sums=('ca47ed393424c65c7183058199c2134c')
+md5sums=('d49b2e87ae85fa846ff2c7fa87557f73')