summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2017-12-08 16:05:50 +0100
committerThomas Sarboni2017-12-08 16:05:50 +0100
commit7989d547c1aaa241a74606b4717a53d96666381a (patch)
tree774c9af287ebe4bd4d0ec8631b65ef1fbeb99987
parentf7d32c8f6c8dfc551baa2696ca119b79c28e41a0 (diff)
downloadaur-7989d547c1aaa241a74606b4717a53d96666381a.tar.gz
Updated to 3.8.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 115b5e0448b4..39a717a2d08c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 21 12:23:57 UTC 2017
+# Fri Dec 8 15:05:07 UTC 2017
pkgbase = ampache
pkgdesc = PHP web based audio/video streaming application and file manager
- pkgver = 3.8.3
+ pkgver = 3.8.4
pkgrel = 1
url = http://www.ampache.org/
install = ampache.install
@@ -19,10 +19,10 @@ pkgbase = ampache
conflicts = ampache-git
conflicts = ampache-development
options = !strip
- source = https://github.com/ampache/ampache/releases/download/3.8.3/ampache-3.8.3_all.zip
+ source = https://github.com/ampache/ampache/releases/download/3.8.4/ampache-3.8.4_all.zip
source = nginx-example.conf
source = ampache.install
- sha256sums = 5e284c91c7d52abdaef43a0fd5b7d252e8d06e18dafad93c2361c96b014bb966
+ sha256sums = f1ab501d987b2bfd198e108767834debb631be5891e3deb3b3d326f5e52ede43
sha256sums = d579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb
sha256sums = 218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26
diff --git a/PKGBUILD b/PKGBUILD
index 66779fd1e1f0..41e2c76739a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: max-k <max-k AT post DOT com>
pkgname=ampache
-pkgver=3.8.3
+pkgver=3.8.4
pkgrel=1
pkgdesc="PHP web based audio/video streaming application and file manager"
arch=('i686' 'x86_64')
@@ -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=('5e284c91c7d52abdaef43a0fd5b7d252e8d06e18dafad93c2361c96b014bb966'
+sha256sums=('f1ab501d987b2bfd198e108767834debb631be5891e3deb3b3d326f5e52ede43'
'd579f125fc85b6862dc2bd950b6aa3a4ffdad219323b8ee2c93282c8f223c3eb'
'218f6293f3b63310bba36c6903f907a2b5594013d4d64d206d7ac45c85b1ed26')
options=(!strip)