summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Reimer2021-03-09 18:02:57 +0100
committerChristopher Reimer2021-03-09 18:02:57 +0100
commit1a2a1df3ed5b59863380182469318a5eccc70bb5 (patch)
tree017ac2cd161c4cd05f0ecb2dda28ea07e7af6e11 /PKGBUILD
parented0cbc48872616eb95d166861261da12e88446ef (diff)
downloadaur-1a2a1df3ed5b59863380182469318a5eccc70bb5.tar.gz
Update mp3fs 1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e105397accdb..5471163c9168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Reimer <mail[plus]aur[at]c-reimer[dot]de>
pkgname=mp3fs
-pkgver=1.1
+pkgver=1.1.1
pkgrel=1
pkgdesc="FUSE-based transcoding filesystem from FLAC to MP3"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="http://khenriks.github.com/mp3fs"
license=('GPL3')
depends=('flac' 'fuse' 'lame' 'libid3tag' 'libvorbis')
source=("https://github.com/khenriks/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('4c93c1c29099ddf22c8bbc6d6d704f75')
+md5sums=('319076503e976cace5ae00404d71f288')
build() {
cd $pkgname-$pkgver