summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoBeR1822022-08-24 01:52:23 -0400
committerBoBeR1822022-08-24 01:52:23 -0400
commitfa57375adf4c4053312773c2bd120b571c2bc3a9 (patch)
treeee7c6d0a3859158f83d3f86c896d031a31415d47
parente4e6bdca85642ca1d222f53b4d06dcdfd8ad531d (diff)
downloadaur-fa57375adf4c4053312773c2bd120b571c2bc3a9.tar.gz
Release 5.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f84d5b17d6e..9c2263b6ae05 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.0
+ pkgver = 5.5.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/5.5.0/ampache-5.5.0_all_squashed_php8.1.zip
+ source = https://github.com/ampache/ampache/releases/download/5.5.1/ampache-5.5.1_all_squashed_php8.1.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = f6def4d7081072365f4ea320c87e97ea45c4bd42df1cd4d8638437a307fc1e69
+ sha256sums = 9035ae4adabad6e09cee6a7191349751fa85180921b728cd83c32fb59026abf9
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index e3fa9b298da4..f65413632a76 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.0
+pkgver=5.5.1
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=('f6def4d7081072365f4ea320c87e97ea45c4bd42df1cd4d8638437a307fc1e69'
+sha256sums=('9035ae4adabad6e09cee6a7191349751fa85180921b728cd83c32fb59026abf9'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)