summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2019-11-26 13:24:22 +0100
committerFlorian Bruhin2019-11-26 13:26:50 +0100
commit4b74be6c0767f39445e47ee6d912c894c5175011 (patch)
treed87731f213079c67363a9df9d86f15c3e363a59a
parenta09f60f1f6802238329a1b43afba8178208b1ad5 (diff)
downloadaur-4b74be6c0767f39445e47ee6d912c894c5175011.tar.gz
Update to 0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ae48b9d31a3..4becb3ca90c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stikked
pkgdesc = An advanced and beautiful pastebin written in PHP
- pkgver = 0.13.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/claudehohl/Stikked
install = stikked.install
@@ -9,8 +9,8 @@ pkgbase = stikked
depends = php
conflicts = stikked-git
backup = etc/webapps/stikked/stikked.php
- source = stikked-0.13.0.zip::https://github.com/claudehohl/Stikked/zipball/0.13.0
- sha1sums = 8e577d097071ee2384a6f16671423c8dc2038b49
+ source = stikked-0.14.0.zip::https://github.com/claudehohl/Stikked/zipball/0.14.0
+ sha1sums = 2e4c3d6a12657f4298d40674a0fb179e077e6160
pkgname = stikked
diff --git a/PKGBUILD b/PKGBUILD
index 298329a4fdd4..1afbff1151f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
pkgname=stikked
-pkgver=0.13.0
+pkgver=0.14.0
pkgrel=1
pkgdesc="An advanced and beautiful pastebin written in PHP"
arch=('any')
@@ -12,7 +12,7 @@ conflicts=('stikked-git')
backup=('etc/webapps/stikked/stikked.php')
install=$pkgname.install
source=("stikked-$pkgver.zip::https://github.com/claudehohl/Stikked/zipball/$pkgver")
-sha1sums=('8e577d097071ee2384a6f16671423c8dc2038b49')
+sha1sums=('2e4c3d6a12657f4298d40674a0fb179e077e6160')
package() {
cd "$srcdir"/claudehohl-Stikked-*/htdocs