summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2020-01-10 13:58:06 +0100
committerThomas Sarboni2020-01-10 13:58:06 +0100
commit6a45a2ed9ef9ff9f2b25be0cf716b99ba96d1da1 (patch)
treec38431748202406efaf5a927a5f0fd301b577418
parentbdb269480d11177d710870cb74b5814e64174626 (diff)
downloadaur-6a45a2ed9ef9ff9f2b25be0cf716b99ba96d1da1.tar.gz
Bump version to 4.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8837b9778d4c..60db11573c16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
- pkgver = 4.0.4
+ pkgver = 4.1.0
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.0.4/ampache-4.0.4_all.zip
+ source = https://github.com/ampache/ampache/releases/download/4.1.0/ampache-4.1.0_all.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = d5ba74310240e634af959507f2c620af1c27dff63abaf9623384e5e073bac55a
+ sha256sums = 4f07f78dbc3bff7ec5e905c655af1073fec00acbdba13062049635d6c9e3883d
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index dec37e053790..04108d351e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=4.0.4
+pkgver=4.1.0
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=('d5ba74310240e634af959507f2c620af1c27dff63abaf9623384e5e073bac55a'
+sha256sums=('4f07f78dbc3bff7ec5e905c655af1073fec00acbdba13062049635d6c9e3883d'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)