summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2021-03-09 18:02:57 +0100
committerChristopher Reimer2021-03-09 18:02:57 +0100
commit1a2a1df3ed5b59863380182469318a5eccc70bb5 (patch)
tree017ac2cd161c4cd05f0ecb2dda28ea07e7af6e11
parented0cbc48872616eb95d166861261da12e88446ef (diff)
downloadaur-1a2a1df3ed5b59863380182469318a5eccc70bb5.tar.gz
Update mp3fs 1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c4697ac0b28..1e527b4aeee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mp3fs
pkgdesc = FUSE-based transcoding filesystem from FLAC to MP3
- pkgver = 1.1
+ pkgver = 1.1.1
pkgrel = 1
url = http://khenriks.github.com/mp3fs
arch = i686
@@ -11,7 +11,7 @@ pkgbase = mp3fs
depends = lame
depends = libid3tag
depends = libvorbis
- source = https://github.com/khenriks/mp3fs/releases/download/v1.1/mp3fs-1.1.tar.gz
- md5sums = 4c93c1c29099ddf22c8bbc6d6d704f75
+ source = https://github.com/khenriks/mp3fs/releases/download/v1.1.1/mp3fs-1.1.1.tar.gz
+ md5sums = 319076503e976cace5ae00404d71f288
pkgname = mp3fs
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