diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-06-07 22:03:23 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-06-07 22:03:23 (GMT) |
commit | 417830a7d45fff2b298930b2fcaa1326222d50f6 (patch) | |
tree | 0dbcd712e4b8dbbc45900a2cf358c19c6e62391b /abs/extra-testing/libebml | |
parent | 7d06af36e4fa431e71b8eac551a995dfea46eaa4 (diff) | |
download | linhes_pkgbuild-417830a7d45fff2b298930b2fcaa1326222d50f6.zip linhes_pkgbuild-417830a7d45fff2b298930b2fcaa1326222d50f6.tar.gz linhes_pkgbuild-417830a7d45fff2b298930b2fcaa1326222d50f6.tar.bz2 |
libebml: Upgrade to 1.0.0
Diffstat (limited to 'abs/extra-testing/libebml')
-rw-r--r-- | abs/extra-testing/libebml/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/libebml/PKGBUILD b/abs/extra-testing/libebml/PKGBUILD index 754b958..ffa4331 100644 --- a/abs/extra-testing/libebml/PKGBUILD +++ b/abs/extra-testing/libebml/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: 03/08/04 <lefungus@altern.org> pkgname=libebml -pkgver=0.8.0 +pkgver=1.0.0 pkgrel=1 pkgdesc="Extensible Binary Meta Language library" arch=(i686 x86_64) @@ -18,4 +18,4 @@ build() { make || return 1 make prefix=$startdir/pkg/usr install } -md5sums=('e99f95eaac49958f0a962e67bc4ac4f2') +md5sums=('6d438f03d8928d83a2d120ed02705f03') |