diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-03 12:11:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-03 12:37:06 +0000 |
commit | b48dd6196edfed3c56ab6d9332fcdc36848d6fee (patch) | |
tree | f405462a99363d58b74fe190eeaa15cd06533451 /main/x264 | |
parent | 38d96dbfe27ff8c2581aec3b6476eade5c8dfe06 (diff) | |
download | aports-b48dd6196edfed3c56ab6d9332fcdc36848d6fee.tar.bz2 aports-b48dd6196edfed3c56ab6d9332fcdc36848d6fee.tar.xz |
main/x264: upgrade to 20120705
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 4020c8f38e..d1324f183a 100644 --- a/main/x264/APKBUILD +++ b/main/x264/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=x264 -pkgver=20111129 +pkgver=20120705 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="7feed501de65e103e926fd64a0bba117 x264-snapshot-20111129-2245-stable.tar.bz2" +md5sums="81e5bec5d5774a4a3f567f14bd94289c x264-snapshot-20120705-2245-stable.tar.bz2" |