summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoBeR1822023-04-03 23:03:07 -0400
committerBoBeR1822023-04-03 23:03:07 -0400
commit9f0046808a80fc597ea72e58a4a19d98a8306111 (patch)
tree6f729afabb5952bd91815236af6b06377bdfe1cd
parentb747fd4ffe4829bb0d2df12eaae1c9ab0459e2c7 (diff)
downloadaur-9f0046808a80fc597ea72e58a4a19d98a8306111.tar.gz
Bump to version 5.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2754c8ee5bd9..17a23da91120 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.7
+ pkgver = 5.6.0
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.7/ampache-5.5.7_all_squashed_php8.2.zip
+ source = https://github.com/ampache/ampache/releases/download/5.6.0/ampache-5.6.0_all_squashed_php8.2.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = 51f7ea64f6fa5f746576c2a7f7b2d17f98f7122ebfd2126642cfc8d53a8ac7ab
+ sha256sums = f95e94fb3505b76929076ee10002c54f31a262f409ed17a57b40e7d551a4f9b8
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index cd268ae364ab..b61f1b84a0bc 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.7
+pkgver=5.6.0
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.2.zip"
"nginx-example.conf"
"${pkgname}.install")
-sha256sums=('51f7ea64f6fa5f746576c2a7f7b2d17f98f7122ebfd2126642cfc8d53a8ac7ab'
+sha256sums=('f95e94fb3505b76929076ee10002c54f31a262f409ed17a57b40e7d551a4f9b8'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)