Update to Nightly 2020-11-23

This commit is contained in:
relrel 2020-11-23 06:25:19 +00:00
parent 1a7c6d81c0
commit 72d1515cee
2 changed files with 5 additions and 5 deletions

View file

@ -1,14 +1,14 @@
pkgbase = ruffle-bin
pkgdesc = A Flash Player emulator written in Rust
pkgver = nightly.2020.11.22
pkgver = nightly.2020.11.23
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
license = Apache
license = MIT
conflicts = ruffle-git
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-11-22/ruffle_nightly_2020_11_22_linux.tar.gz
sha512sums = 15fddf24b917a95242bc21e603702a2389bb38fac23306b6d6c6e9a37ea7904e6890b2c6956d586d130b61b051dee4546e4a934b69f911fc98c4e350a84b3316
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-11-23/ruffle_nightly_2020_11_23_linux.tar.gz
sha512sums = 1afb8ffe0ef833576784e40febb20773acc2da6acb8ed70e53de4f3e3005421a52870619606e46368346a677753f6edb8fb70c46a61ea1f1d390e9e6bce26230
pkgname = ruffle-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-bin
pkgver=nightly.2020.11.22
pkgver=nightly.2020.11.23
pkgrel=1
pkgdesc="A Flash Player emulator written in Rust"
arch=('x86_64')
@ -8,7 +8,7 @@ url="https://ruffle.rs/"
license=('Apache' 'MIT')
conflicts=(ruffle-git)
source=("https://github.com/ruffle-rs/ruffle/releases/download/${pkgver//./-}/ruffle_${pkgver//./_}_linux.tar.gz")
sha512sums=('15fddf24b917a95242bc21e603702a2389bb38fac23306b6d6c6e9a37ea7904e6890b2c6956d586d130b61b051dee4546e4a934b69f911fc98c4e350a84b3316')
sha512sums=('1afb8ffe0ef833576784e40febb20773acc2da6acb8ed70e53de4f3e3005421a52870619606e46368346a677753f6edb8fb70c46a61ea1f1d390e9e6bce26230')
package() {
cd "$srcdir/"