summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2021-04-16 11:30:53 +0200
committerThomas Sarboni2021-04-16 11:30:53 +0200
commit725187d394a967cc6a18f219dee000a8bd605014 (patch)
treee2314a6991c3c2e3bdb005678a8d8c5f31959194
parent9e5405d652483d86d53233db17798ff56198bf40 (diff)
downloadaur-725187d394a967cc6a18f219dee000a8bd605014.tar.gz
Bump version to 4.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 039aa61375ca..0d4ff42086dc 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.0
+ pkgver = 4.4.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/4.4.0/ampache-4.4.0_all.zip
+ source = https://github.com/ampache/ampache/releases/download/4.4.1/ampache-4.4.1_all.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = 61f191ef22a9fa065fe9e097280b6f7a1be38fdf57ee62b8651abea5f5bd040f
+ sha256sums = d4e67cb2ed97e7ee162ba3b9d98b981ba0ba99213ac8d57a9e4c30f94fed9001
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index 7cbf3d035acb..2a820e04dee6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=4.4.0
+pkgver=4.4.1
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=('61f191ef22a9fa065fe9e097280b6f7a1be38fdf57ee62b8651abea5f5bd040f'
+sha256sums=('d4e67cb2ed97e7ee162ba3b9d98b981ba0ba99213ac8d57a9e4c30f94fed9001'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)