diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-18 22:36:33 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-18 22:37:32 +0100 |
commit | 9028efdee1c8dc6c72bb09129d64dbd3dfab16dc (patch) | |
tree | c1be1d32bfa4d6c8bdc16fa0bce7f363abf455f3 /main/x264 | |
parent | 6b3d07f72ee0bc7bc2d05455465b65758f68cbd9 (diff) | |
download | aports-9028efdee1c8dc6c72bb09129d64dbd3dfab16dc.tar.bz2 aports-9028efdee1c8dc6c72bb09129d64dbd3dfab16dc.tar.xz |
main/x264: upgrade to 20121217
Diffstat (limited to 'main/x264')
-rw-r--r-- | main/x264/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/x264/APKBUILD b/main/x264/APKBUILD index d1324f183a..cd3d69af4f 100644 --- a/main/x264/APKBUILD +++ b/main/x264/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=x264 -pkgver=20120705 +pkgver=20121217 pkgrel=0 pkgdesc="free library for encoding H264/AVC video streams" url="http://www.videolan.org/developers/x264.html" @@ -25,4 +25,4 @@ package() { cd "$_builddir" make DESTDIR="$pkgdir" bindir=/usr/bin libdir=/usr/lib includedir=/usr/include install || return 1 } -md5sums="81e5bec5d5774a4a3f567f14bd94289c x264-snapshot-20120705-2245-stable.tar.bz2" +md5sums="078aef5b68d659d7cdec2d187d8bce6b x264-snapshot-20121217-2245-stable.tar.bz2" |