summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2020-02-14 11:55:35 +0100
committerThomas Sarboni2020-02-14 11:55:35 +0100
commitc6578b10de9b48ec7f5af37d12c636a302b11d50 (patch)
treee0773d9e309c87b12f72047e3d0ea750e8e8e6c6
parent6a45a2ed9ef9ff9f2b25be0cf716b99ba96d1da1 (diff)
downloadaur-c6578b10de9b48ec7f5af37d12c636a302b11d50.tar.gz
Bump version to 4.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60db11573c16..f3de5bf39111 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
- pkgver = 4.1.0
+ pkgver = 4.1.1
pkgrel = 1
url = http://www.ampache.org/
install = ampache.install
@@ -16,10 +16,10 @@ pkgbase = ampache
conflicts = ampache-git
conflicts = ampache-development
options = !strip
- source = https://github.com/ampache/ampache/releases/download/4.1.0/ampache-4.1.0_all.zip
+ source = https://github.com/ampache/ampache/releases/download/4.1.1/ampache-4.1.1_all.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = 4f07f78dbc3bff7ec5e905c655af1073fec00acbdba13062049635d6c9e3883d
+ sha256sums = b8247e3fa551b6bacf0d81959f4ccd91d8f7825cfda34734c8680fdc2391fad1
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index 04108d351e68..7e6a946b0e5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=4.1.0
+pkgver=4.1.1
pkgrel=1
pkgdesc="PHP web based audio/video streaming application and file manager"
arch=('any')
@@ -18,7 +18,7 @@ _sourcebase="https://github.com/${pkgname}/${pkgname}/releases/download"
source=("${_sourcebase}/${pkgver}/${pkgname}-${pkgver}_all.zip"
"nginx-example.conf"
"${pkgname}.install")
-sha256sums=('4f07f78dbc3bff7ec5e905c655af1073fec00acbdba13062049635d6c9e3883d'
+sha256sums=('b8247e3fa551b6bacf0d81959f4ccd91d8f7825cfda34734c8680fdc2391fad1'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)