summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoBeR1822022-12-16 22:12:23 -0500
committerBoBeR1822022-12-16 22:12:23 -0500
commit6b0bc328f12381434a31e91259ce0e1ee2eabb70 (patch)
tree1a45da5bea2083a01ef0d8579b94e33199d657a9
parentc385c9f27fe22e7abe25dab943cbba997ecc591b (diff)
downloadaur-6b0bc328f12381434a31e91259ce0e1ee2eabb70.tar.gz
bump to 5.5.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c58e17c57589..ac92182bf6f5 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.5
+ pkgver = 5.5.6
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.5/ampache-5.5.5_all_squashed_php8.1.zip
+ source = https://github.com/ampache/ampache/releases/download/5.5.6/ampache-5.5.6_all_squashed_php8.1.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = c26cc3ef53018d61dc4c58ce218efe54c49794c836768f6376b339d8576ead7a
+ sha256sums = 63b069e108e1ee48915a79c384d9a2905cba5b44c9e47f7b1e8f5cbdad03eabf
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index c9fec0017ede..e50f1220b52a 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.5
+pkgver=5.5.6
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=('c26cc3ef53018d61dc4c58ce218efe54c49794c836768f6376b339d8576ead7a'
+sha256sums=('63b069e108e1ee48915a79c384d9a2905cba5b44c9e47f7b1e8f5cbdad03eabf'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)