summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2017-08-16 13:07:59 -0700
committerMike Swanson2017-08-16 13:07:59 -0700
commit0229203b969dafd2b5960c3dd1fd8bb78f36c0e1 (patch)
treef933dc26e5a4a6e1f9f3edd9f4ad80d79348f630 /PKGBUILD
parent159ca1a1d883784aee6499efe81017820c5e48f2 (diff)
downloadaur-0229203b969dafd2b5960c3dd1fd8bb78f36c0e1.tar.gz
Update to 1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae6812bc92fd..0a3acdb39d18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=reflac
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="Recompresses FLAC files while preserving tags"
arch=('any')
@@ -10,7 +10,7 @@ depends=('flac')
makedepends=('asciidoc')
license=('ISC')
source=("$url"/archive/"$pkgver".tar.gz)
-sha256sums=('0fd623f2fb26055ce24ab2c42883212954b4e8ccb65bcbd68ce8daa48d29a617')
+sha512sums=('3e09c7c546766ddbb56b2e542c1a3588963c5735e09af39546b25b54822b56024ce9853a3e87d53fb1505b9fda93f3231ac3c226203f87ed8b56059c1886b29e')
build() {
cd "$srcdir/$pkgname-$pkgver"