summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmmon Smith2016-08-08 10:32:19 -0700
committerAmmon Smith2016-08-08 10:32:19 -0700
commit84dcd9b20d8307dc2d8e2148f8795801df5d72de (patch)
tree72e47ffed3550fddd8de0b4908a835f1da17765b
parenta516778076466514f42a3129067c0a6691cb05a5 (diff)
downloadaur-84dcd9b20d8307dc2d8e2148f8795801df5d72de.tar.gz
Bump to version 0.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afdf7789b4a6..bf6f8c471133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 7 17:52:35 UTC 2016
+# Mon Aug 8 17:32:14 UTC 2016
pkgbase = qotd
pkgdesc = A simple RFC 865-compliant QOTD (quote of the day) daemon.
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = https://gitlab.com/ammongit/qotd
install = qotd.install
@@ -17,7 +17,7 @@ pkgbase = qotd
conflicts = qotd
options = !zipman
backup = etc/qotd.conf
- source = https://gitlab.com/ammongit/qotd/repository/archive.tar.gz?ref=v0.9.3
+ source = https://gitlab.com/ammongit/qotd/repository/archive.tar.gz?ref=v0.9.4
sha256sums = SKIP
pkgname = qotd
diff --git a/PKGBUILD b/PKGBUILD
index 5e32f019bb98..81ae9a390480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qotd
pkgname="$_pkgname"
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="A simple RFC 865-compliant QOTD (quote of the day) daemon."
arch=('any')