aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rav1e
diff options
context:
space:
mode:
authorOleg Titov <oleg.titov@gmail.com>2020-02-07 10:35:53 -0600
committerLeo <thinkabit.ukim@gmail.com>2020-02-08 01:21:33 +0100
commit747ef796c207953add12a6046aae78e863cbc0cd (patch)
treeff2b95dad6222acd0ef67ec45110e99f04c84fb2 /testing/rav1e
parentb47c1c1acc4afbb12bd9285fd3c58a2ea72df8d7 (diff)
downloadaports-747ef796c207953add12a6046aae78e863cbc0cd.tar.bz2
aports-747ef796c207953add12a6046aae78e863cbc0cd.tar.xz
testing/rav1e: upgrade to 0.3.0
Ref https://github.com/xiph/rav1e/releases
Diffstat (limited to 'testing/rav1e')
-rw-r--r--testing/rav1e/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/rav1e/APKBUILD b/testing/rav1e/APKBUILD
index c39df4caa2..04da8149cb 100644
--- a/testing/rav1e/APKBUILD
+++ b/testing/rav1e/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Oleg Titov <oleg.titov@gmail.com>
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=rav1e
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=0
pkgdesc="The fastest and safest AV1 encoder"
url="https://github.com/xiph/rav1e"
@@ -33,7 +33,8 @@ package() {
install -Dm 644 -t "$pkgdir/usr/share/doc/rav1e" README.md
install -Dm 644 -t "$pkgdir/usr/share/doc/rav1e" PATENTS
- rm "$pkgdir/usr/.crates.toml"
+ rm "$pkgdir"/usr/.crates.toml
+ rm "$pkgdir"/usr/.crates2.json
}
-sha512sums="0e20b45e424e6915e8ea383bb13764c2ca83ca7d5146f1ac46de8994e75a16cee1b21548ef5787460705928757ad83a3259a0c7fb62b51ffa68033f134cbd920 rav1e-0.2.1.tar.gz"
+sha512sums="64cfb5e091de25faf4281f060782a3c3d8cc7fb8df730286cf796fc3ee6e268b7f8db96d630a753a6ef7434528179c4b15d95534b140249ed39f0b9947dcb8df rav1e-0.3.0.tar.gz"