summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2019-12-09 14:48:59 +0100
committerThomas Sarboni2019-12-09 14:48:59 +0100
commitbdb269480d11177d710870cb74b5814e64174626 (patch)
tree08d530c6d328f921a33553081a1723f22f40358e
parentf7ca0b0276543a1b41146f57cff0c4975a046aa5 (diff)
downloadaur-bdb269480d11177d710870cb74b5814e64174626.tar.gz
Bump version to 4.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3a9c3753cfc..8837b9778d4c 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.3
+ pkgver = 4.0.4
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.3/ampache-4.0.3_all.zip
+ source = https://github.com/ampache/ampache/releases/download/4.0.4/ampache-4.0.4_all.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = f55c877cada5bdd056413c63b1a36cec3d047651d164197cf3e90a75e9fae4ec
+ sha256sums = d5ba74310240e634af959507f2c620af1c27dff63abaf9623384e5e073bac55a
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index 4be7f458b6e9..dec37e053790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=4.0.3
+pkgver=4.0.4
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=('f55c877cada5bdd056413c63b1a36cec3d047651d164197cf3e90a75e9fae4ec'
+sha256sums=('d5ba74310240e634af959507f2c620af1c27dff63abaf9623384e5e073bac55a'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)