summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Merejkowsky2021-03-29 13:42:35 +0200
committerDimitri Merejkowsky2021-03-29 13:42:35 +0200
commit7f83b9100b2efbfe557bd60d99651e25d157cec5 (patch)
tree66ded44cdb5fb03588b6d309f9eb2b7e071b9e8f
parent04859de0cca76d20d9bd64808f29d2ca3bd5cd42 (diff)
downloadaur-7f83b9100b2efbfe557bd60d99651e25d157cec5.tar.gz
Bump to 3.0.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--tbump.toml2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30bc898a5ee2..54a0e9c852e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = agate
pkgdesc = Simple static file server for the Gemini network protocol, written in Rust
- pkgver = 2.5.3
+ pkgver = 3.0.1
pkgrel = 1
url = https://github.com/mbrubeck/agate
arch = x86_64
license = APACHE
license = MIT
makedepends = cargo
- source = agate-2.5.3.tar.gz::https://github.com/mbrubeck/agate/archive/v2.5.3.tar.gz
- md5sums = b93bd674b0098f231231b6c325152503
+ source = agate-3.0.1.tar.gz::https://github.com/mbrubeck/agate/archive/v3.0.1.tar.gz
+ md5sums = 87016ad7cafd44b82f7cc576d4f1f090
pkgname = agate
diff --git a/PKGBUILD b/PKGBUILD
index 85432abe260f..969cd08cccf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://wiki.archlinux.org/index.php/Rust_package_guidelines
pkgname=agate
-pkgver=2.5.3
+pkgver=3.0.1
pkgrel=1
pkgdesc="Simple static file server for the Gemini network protocol, written in Rust"
makedepends=('cargo')
@@ -31,4 +31,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=('b93bd674b0098f231231b6c325152503')
+md5sums=('87016ad7cafd44b82f7cc576d4f1f090')
diff --git a/tbump.toml b/tbump.toml
index 98843b8015cf..5d96e332e6bf 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,5 +1,5 @@
[version]
-current = "2.5.3-1"
+current = "3.0.1-1"
regex = '''
(?P<major>\d+)
\.