diff options
Diffstat (limited to 'main/libvpx/APKBUILD')
-rw-r--r-- | main/libvpx/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libvpx/APKBUILD b/main/libvpx/APKBUILD index d421980b5a..8a17564eb8 100644 --- a/main/libvpx/APKBUILD +++ b/main/libvpx/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libvpx -pkgver=0.9.7_p1 +pkgver=1.0.0 _ver=${pkgver/_/-} pkgrel=0 pkgdesc="Library for the vp8 codec" @@ -37,4 +37,4 @@ package() { chmod 644 "$pkgdir"/usr/include/vpx/*.h } -md5sums="bd888cffde8d9c3061c7fd719b0cd4ce libvpx-v0.9.7-p1.tar.bz2" +md5sums="d987b5140412edd37d2c6b10c29ad484 libvpx-v1.0.0.tar.bz2" |