summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2020-08-20 23:42:36 +0200
committerThomas Sarboni2020-08-20 23:42:41 +0200
commit5b049fae07deae8c83b43b6b572eede6c4460f4c (patch)
tree103b6cb7d41ff2b7803110eebfe13c232939cd74
parentc6578b10de9b48ec7f5af37d12c636a302b11d50 (diff)
downloadaur-5b049fae07deae8c83b43b6b572eede6c4460f4c.tar.gz
Bump version to 4.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3de5bf39111..7b418dd0e9bb 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.1
+ pkgver = 4.2.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.1/ampache-4.1.1_all.zip
+ source = https://github.com/ampache/ampache/releases/download/4.2.1/ampache-4.2.1_all.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = b8247e3fa551b6bacf0d81959f4ccd91d8f7825cfda34734c8680fdc2391fad1
+ sha256sums = 0b2bfdbdf66aacb3dd693ff05af6b1a7acbfbe34bceffb04c1364e316dcb26bd
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index 7e6a946b0e5b..0abb4603e105 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=4.1.1
+pkgver=4.2.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=('b8247e3fa551b6bacf0d81959f4ccd91d8f7825cfda34734c8680fdc2391fad1'
+sha256sums=('0b2bfdbdf66aacb3dd693ff05af6b1a7acbfbe34bceffb04c1364e316dcb26bd'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)