Update to Nightly 2020-12-02

This commit is contained in:
relrel 2020-12-02 06:25:21 +00:00
parent dcc426a5c5
commit 5993840ce2
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.01
pkgver = 2020.12.02
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-01/ruffle_nightly_2020_12_01_linux.tar.gz
sha512sums = 4e54356bcc3fbaa25e75b89dd747e7fb7d5cdb05a1af8985cb54a9cb3900624566419a3c079a89fccae6cac42f8f6215156ab9760c32f887fb49a82a72faeb2b
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-12-02/ruffle_nightly_2020_12_02_linux.tar.gz
sha512sums = 10714d907ccb50bc013400896a99d825ef2c24a790548998c3cc50e38409f318ac13efadf4a98674253d1f593debd30c44f0486302855bccbce774313c1be08f
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2020.12.01
pkgver=2020.12.02
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=('4e54356bcc3fbaa25e75b89dd747e7fb7d5cdb05a1af8985cb54a9cb3900624566419a3c079a89fccae6cac42f8f6215156ab9760c32f887fb49a82a72faeb2b')
sha512sums=('10714d907ccb50bc013400896a99d825ef2c24a790548998c3cc50e38409f318ac13efadf4a98674253d1f593debd30c44f0486302855bccbce774313c1be08f')
package() {
cd "$srcdir/"