summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2021-05-06 17:01:50 +0200
committerThomas Sarboni2021-05-06 17:01:50 +0200
commitd39b09df7e69bb12d1f8f9559f0a6c2734ae4d50 (patch)
treef5c053027bbc864c2cfdb9482657ce0eafa6e9e7
parent725187d394a967cc6a18f219dee000a8bd605014 (diff)
downloadaur-d39b09df7e69bb12d1f8f9559f0a6c2734ae4d50.tar.gz
Bump version to 4.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d4ff42086dc..363a198c9839 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
- pkgver = 4.4.1
+ pkgver = 4.4.2
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/4.4.1/ampache-4.4.1_all.zip
+ source = https://github.com/ampache/ampache/releases/download/4.4.2/ampache-4.4.2_all.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = d4e67cb2ed97e7ee162ba3b9d98b981ba0ba99213ac8d57a9e4c30f94fed9001
+ sha256sums = 8965e67a36dfcdc548d377ae9fe5b2edd8057528acf563d20f81ad56f690f340
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index 2a820e04dee6..16000f11572b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=4.4.1
+pkgver=4.4.2
pkgrel=1
pkgdesc="PHP web based audio/video streaming application and file manager"
arch=('any')
@@ -18,7 +18,7 @@ _sourcebase="https://github.com/${pkgname}/${pkgname}/releases/download"
source=("${_sourcebase}/${pkgver}/${pkgname}-${pkgver}_all.zip"
"nginx-example.conf"
"${pkgname}.install")
-sha256sums=('d4e67cb2ed97e7ee162ba3b9d98b981ba0ba99213ac8d57a9e4c30f94fed9001'
+sha256sums=('8965e67a36dfcdc548d377ae9fe5b2edd8057528acf563d20f81ad56f690f340'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)