Update to Nightly 2020-12-20

This commit is contained in:
relrel 2020-12-20 06:25:19 +00:00
parent d07cce0602
commit 026b209d52
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ruffle-nightly-bin
pkgdesc = A Flash Player emulator written in Rust
pkgver = 2020.12.19
pkgver = 2020.12.20
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -12,8 +12,8 @@ pkgbase = ruffle-nightly-bin
depends = alsa-lib
provides = ruffle
conflicts = ruffle-git
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-12-19/ruffle_nightly_2020_12_19_linux.tar.gz
sha512sums = bf2349f0dda0fde355b0a53897fa08fed879510dbc713675c8be7a3cac0171816952c004789ab06233260491ee4bc219249509ad478766f5b734f3fd33eb3b07
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-12-20/ruffle_nightly_2020_12_20_linux.tar.gz
sha512sums = b974244b5e38434b81b1a0a8bc4c33f4bf3c4bf14c03f623198c78a72f28570f804a84850804cd54cb186d2fb4df990eea17b3efa2115c90f370f23a98ff1279
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2020.12.19
pkgver=2020.12.20
pkgrel=1
pkgdesc="A Flash Player emulator written in Rust"
arch=('x86_64')
@ -10,7 +10,7 @@ depends=(openssl zlib libxcb alsa-lib)
provides=(ruffle)
conflicts=(ruffle-git)
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle_nightly_${pkgver//./_}_linux.tar.gz")
sha512sums=('bf2349f0dda0fde355b0a53897fa08fed879510dbc713675c8be7a3cac0171816952c004789ab06233260491ee4bc219249509ad478766f5b734f3fd33eb3b07')
sha512sums=('b974244b5e38434b81b1a0a8bc4c33f4bf3c4bf14c03f623198c78a72f28570f804a84850804cd54cb186d2fb4df990eea17b3efa2115c90f370f23a98ff1279')
package() {
cd "$srcdir/"