summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2021-02-06 22:25:30 +0100
committerChristopher Reimer2021-02-06 22:25:30 +0100
commited0cbc48872616eb95d166861261da12e88446ef (patch)
tree0df66602ecc2323dfee9d71cc1c9f20f21f590be
parent063803dff7d3263bdc76706955a6e3c6a39236eb (diff)
downloadaur-ed0cbc48872616eb95d166861261da12e88446ef.tar.gz
Update version 1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b59c1681c1a0..0c4697ac0b28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mp3fs
pkgdesc = FUSE-based transcoding filesystem from FLAC to MP3
- pkgver = 1.0
+ pkgver = 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.0/mp3fs-1.0.tar.gz
- md5sums = 1f023906e35732c02e0bf236e3398873
+ source = https://github.com/khenriks/mp3fs/releases/download/v1.1/mp3fs-1.1.tar.gz
+ md5sums = 4c93c1c29099ddf22c8bbc6d6d704f75
pkgname = mp3fs
diff --git a/PKGBUILD b/PKGBUILD
index db5b22544a71..e105397accdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Reimer <mail[plus]aur[at]c-reimer[dot]de>
pkgname=mp3fs
-pkgver=1.0
+pkgver=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=('1f023906e35732c02e0bf236e3398873')
+md5sums=('4c93c1c29099ddf22c8bbc6d6d704f75')
build() {
cd $pkgname-$pkgver