diff options
author | Tim Biermann <tbier@posteo.de> | 2022-12-28 13:04:07 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-12-28 13:56:24 +0000 |
commit | 9044719a341a3bf0c4bb14f7f0fd4a373d219b04 (patch) | |
tree | 7a45b3f174e7c25bfe1b727df6ac810d560cc352 | |
parent | e631c78ae1d27319bbf1558e0eb4a48901e25613 (diff) | |
download | contrib-9044719a341a3bf0c4bb14f7f0fd4a373d219b04.tar.gz contrib-9044719a341a3bf0c4bb14f7f0fd4a373d219b04.tar.xz |
rav1e: 0.6.1 -> 0.6.2
-rw-r--r-- | rav1e/.footprint | 6 | ||||
-rw-r--r-- | rav1e/.signature | 8 | ||||
-rw-r--r-- | rav1e/Pkgfile | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/rav1e/.footprint b/rav1e/.footprint index d5ff5516c..4f9bdfa43 100644 --- a/rav1e/.footprint +++ b/rav1e/.footprint @@ -6,8 +6,8 @@ drwxr-xr-x root/root usr/include/rav1e/ -rw-r--r-- root/root usr/include/rav1e/rav1e.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/librav1e.a -lrwxrwxrwx root/root usr/lib/librav1e.so -> librav1e.so.0.6.1 -lrwxrwxrwx root/root usr/lib/librav1e.so.0 -> librav1e.so.0.6.1 --rwxr-xr-x root/root usr/lib/librav1e.so.0.6.1 +lrwxrwxrwx root/root usr/lib/librav1e.so -> librav1e.so.0.6.2 +lrwxrwxrwx root/root usr/lib/librav1e.so.0 -> librav1e.so.0.6.2 +-rwxr-xr-x root/root usr/lib/librav1e.so.0.6.2 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/rav1e.pc diff --git a/rav1e/.signature b/rav1e/.signature index 5cd32650c..8fbef1a6d 100644 --- a/rav1e/.signature +++ b/rav1e/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3wwQD+z+NPkHh2iiglH7tSUW+tw4OUCN6uTNCmN//bP8+LoWRR2NbCOrNxv/c6tN2BniouqUNvYBda31R+jyzws= -SHA256 (Pkgfile) = cb16d45f55e11bdc9ef0b4bd769c65dba5e449ffecd54a7a22b0b38a60a8530d -SHA256 (.footprint) = 1b545e11a1b01aa7b64a9837f5b07c0ec77bca74028300110036d5b8ddc34e48 -SHA256 (rav1e-0.6.1.tar.gz) = dd12132ad9dac229ce00a9caad132c4ad23d7db2b3ad4b5a59e89658fee04d9a +RWSagIOpLGJF3w8/Txa1en6sa3xgSrtWtWBoy8ErvoKvnRCdbPGnUr7up+TGJsjIVdoKF3CAFM6I/p+mLJkArCfCEhQtC2iSXAo= +SHA256 (Pkgfile) = 80f43d3357b680f598532fcfbc298b782b1847cc2c47da9e7fa9018a0b52fb39 +SHA256 (.footprint) = a8823bb099f1dff947718d9e52b32697e18389f812a78ee2f17d7be586cbbb90 +SHA256 (rav1e-0.6.2.tar.gz) = 8fe8d80bc80a05ee33113c0ee19779d9c57189e5434c8e1da8f67832461aa089 diff --git a/rav1e/Pkgfile b/rav1e/Pkgfile index 9b4949208..409948fd8 100644 --- a/rav1e/Pkgfile +++ b/rav1e/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cargo-c nasm name=rav1e -version=0.6.1 +version=0.6.2 release=1 source=(https://github.com/xiph/rav1e/archive/v$version/$name-$version.tar.gz) |