summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuckket2017-09-28 23:56:20 +0200
committerbuckket2017-09-28 23:56:20 +0200
commit16d4d4e2c53464de965748422cbb08f9fd81256b (patch)
tree9fe7ce46fc5a237f346a71801da83f9b711032d3
parent4156da5de1c3eda829006d19a0f4df0f64e1d0da (diff)
downloadaur-16d4d4e2c53464de965748422cbb08f9fd81256b.tar.gz
Bump to 1.0.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a80c66c73e5..e0c06970a3ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Apr 16 12:38:58 UTC 2016
+# Thu Sep 28 21:56:04 UTC 2017
pkgbase = htwtxt
pkgdesc = hosted twtxt server (in Go)
- pkgver = 1.0.6
- pkgrel = 2
+ pkgver = 1.0.7
+ pkgrel = 1
url = https://github.com/plomlompom/htwtxt
install = htwtxt.install
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = htwtxt
depends = glibc
options = !strip
options = !emptydirs
- source = https://github.com/plomlompom/htwtxt/archive/1.0.6.tar.gz
+ source = https://github.com/plomlompom/htwtxt/archive/1.0.7.tar.gz
source = htwtxt.patch
- sha256sums = 33f93146b93b33ee6946e9aae3a3df137ab7e7a912f0008a03e88d42072a847a
+ sha256sums = 13059ce7285a2245e46cac35794babbf7218eb14e43e54ee5aec2a4b992702bd
sha256sums = dfc87ef17977d28e490a59312b2a772f30aa57a07ad2106d3ff2a8319714e827
pkgname = htwtxt
diff --git a/PKGBUILD b/PKGBUILD
index d217ed51afc9..8a74740655ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: buckket <buckket@cock.li>
pkgname=htwtxt
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
pkgdesc="hosted twtxt server (in Go)"
arch=("x86_64" "i686")
license=("AGPL")
@@ -12,8 +12,8 @@ makedepends=("go" "git")
options=('!strip' '!emptydirs')
install=htwtxt.install
source=("https://github.com/plomlompom/${pkgname}/archive/${pkgver}.tar.gz" "htwtxt.patch")
-sha256sums=("33f93146b93b33ee6946e9aae3a3df137ab7e7a912f0008a03e88d42072a847a"
- "dfc87ef17977d28e490a59312b2a772f30aa57a07ad2106d3ff2a8319714e827")
+sha256sums=('13059ce7285a2245e46cac35794babbf7218eb14e43e54ee5aec2a4b992702bd'
+ 'dfc87ef17977d28e490a59312b2a772f30aa57a07ad2106d3ff2a8319714e827')
prepare() {
cd ${pkgname}-${pkgver}