diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /core/dosfstools/PKGBUILD | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'core/dosfstools/PKGBUILD')
-rw-r--r-- | core/dosfstools/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/dosfstools/PKGBUILD b/core/dosfstools/PKGBUILD index d44ff7311..0f0901f5f 100644 --- a/core/dosfstools/PKGBUILD +++ b/core/dosfstools/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 196781 2013-10-19 06:36:41Z tpowa $ +# $Id: PKGBUILD 200725 2013-12-03 16:03:02Z tpowa $ # Maintainer: dorphell <dorphell@archlinux.org> # Committer: Judd Vinet <jvinet@zeroflux.org> pkgname=dosfstools -pkgver=3.0.23 +pkgver=3.0.24 pkgrel=1 pkgdesc="DOS filesystem utilities" arch=(i686 x86_64) @@ -10,7 +10,7 @@ depends=('glibc') source=(http://www.daniel-baumann.ch/files/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) url="http://www.daniel-baumann.ch/software/dosfstools/" license=('GPL2') -md5sums=('bfdca786880a7f1cc9ce8ac68cb1fd51' +md5sums=('41931f36ebee6e79e9dafe85cc916f2b' 'SKIP') build() { |