summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoBeR1822022-02-12 07:15:27 +0000
committerBoBeR1822022-02-12 02:15:27 -0500
commit302d148be55795b043008dfa15a053cc8e760f43 (patch)
tree01d4d14739f352442bb642a1a9942ced2a509dfb
parent5eacb7e8de86ac5984ca71f094b3d27bc7e38c40 (diff)
downloadaur-302d148be55795b043008dfa15a053cc8e760f43.tar.gz
Bump version to 5.2.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c27d96a5413f..74f9f75d4773 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
- pkgver = 5.2.0
+ pkgver = 5.2.1
pkgrel = 1
url = http://www.ampache.org/
install = ampache.install
@@ -16,12 +16,11 @@ pkgbase = ampache
conflicts = ampache-git
conflicts = ampache-development
options = !strip
- source = https://github.com/ampache/ampache/releases/download/4.4.2/ampache-5.2.0_all_squashed_php8.0.zip
+ source = https://github.com/ampache/ampache/releases/download/5.2.1/ampache-5.2.1_all_squashed_php8.0.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = 65aa00748d4c43168074b32a55fd6534d8dcc78a4be5b6de07bfbabf74366e5d
+ sha256sums = 3881ea6e461c5fe9cdb512d701406186d17b0edf0361524d56c23fdeed018dcf
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
pkgname = ampache
-
diff --git a/PKGBUILD b/PKGBUILD
index 5b30052a7d50..601788b3d40b 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.2.0
+pkgver=5.2.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.0.zip"
"nginx-example.conf"
"${pkgname}.install")
-sha256sums=('65aa00748d4c43168074b32a55fd6534d8dcc78a4be5b6de07bfbabf74366e5d'
+sha256sums=('3881ea6e461c5fe9cdb512d701406186d17b0edf0361524d56c23fdeed018dcf'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)