summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoBeR1822022-11-20 21:14:30 -0500
committerBoBeR1822022-11-20 21:14:30 -0500
commitdbd35779e5fbd9350087b7f6b8c8954c313a4444 (patch)
tree08d12f72a74e3c45b1e4f84a05129c87cef1858d
parent328de7aeed947c8c5079db77519c02d3e117b31c (diff)
downloadaur-dbd35779e5fbd9350087b7f6b8c8954c313a4444.tar.gz
Bump version to 5.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f840ab164514..61d6ab3653e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
- pkgver = 5.5.3
+ pkgver = 5.5.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/5.5.3/ampache-5.5.3_all_squashed_php8.1.zip
+ source = https://github.com/ampache/ampache/releases/download/5.5.4/ampache-5.5.4_all_squashed_php8.1.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = 6946b911f3324affa8be99de207c25e6296e3a9d53a20e816b47ce4e39d48df9
+ sha256sums = d69cb9ba6180531a202c784689235e840e87c8aefed2849065cea9f4d8203f3c
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index 44237d402bb7..2c912afd3691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: BoBeR182 <aur AT nullvoid DOT me>
#Contributor: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=5.5.3
+pkgver=5.5.4
pkgrel=1
pkgdesc="PHP web based audio/video streaming application and file manager"
arch=('any')
@@ -19,7 +19,7 @@ _sourcebase="https://github.com/${pkgname}/${pkgname}/releases/download"
source=("${_sourcebase}/${pkgver}/${pkgname}-${pkgver}_all_squashed_php8.1.zip"
"nginx-example.conf"
"${pkgname}.install")
-sha256sums=('6946b911f3324affa8be99de207c25e6296e3a9d53a20e816b47ce4e39d48df9'
+sha256sums=('d69cb9ba6180531a202c784689235e840e87c8aefed2849065cea9f4d8203f3c'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)