summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2019-11-28 22:51:40 +0100
committerThomas Sarboni2019-11-28 22:51:40 +0100
commitf7ca0b0276543a1b41146f57cff0c4975a046aa5 (patch)
tree82c0191ab54c1c95ac1197656988fdab585203e6
parentb17ce9090e4ea166b9eb93dd3b5bc9eeeea9c80f (diff)
downloadaur-f7ca0b0276543a1b41146f57cff0c4975a046aa5.tar.gz
Bump version to 4.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03a6f7dbc8b5..d3a9c3753cfc 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.2
+ pkgver = 4.0.3
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.2/ampache-4.0.2_all.zip
+ source = https://github.com/ampache/ampache/releases/download/4.0.3/ampache-4.0.3_all.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = 5ceb3934e6feda172a1df3bae37a15ccd09329849da0209c3958e7b79ba120c4
+ sha256sums = f55c877cada5bdd056413c63b1a36cec3d047651d164197cf3e90a75e9fae4ec
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index 0eab8657a8ce..4be7f458b6e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=4.0.2
+pkgver=4.0.3
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=('5ceb3934e6feda172a1df3bae37a15ccd09329849da0209c3958e7b79ba120c4'
+sha256sums=('f55c877cada5bdd056413c63b1a36cec3d047651d164197cf3e90a75e9fae4ec'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)