Update to Nightly 2023-09-22

This commit is contained in:
RuffleBuild 2023-09-22 00:26:04 +00:00
parent a69d613c34
commit 18ca8a0a03
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 = 2023.09.20
pkgver = 2023.09.22
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -12,7 +12,7 @@ pkgbase = ruffle-nightly-bin
depends = alsa-lib
provides = ruffle
conflicts = ruffle-git
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-09-20/ruffle-nightly-2023_09_20-linux-x86_64.tar.gz
sha512sums = 02dcb24182b552d0fe488c20bd59ecdd1de332269529cec7b7dd855853c44124501ae663411e1666ad18582ca2b175f15d7856da7e6d523178abdf6a401d914c
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-09-22/ruffle-nightly-2023_09_22-linux-x86_64.tar.gz
sha512sums = a4366816bfdb42dc7470ba3392424b6dae07edcc906ca35cf88b459a51c9d73c50c986edd834c330ba940a5bede3b6d0fedc7e78837b1fbaace57a6d31440ec8
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2023.09.20
pkgver=2023.09.22
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-x86_64.tar.gz")
sha512sums=(02dcb24182b552d0fe488c20bd59ecdd1de332269529cec7b7dd855853c44124501ae663411e1666ad18582ca2b175f15d7856da7e6d523178abdf6a401d914c)
sha512sums=(a4366816bfdb42dc7470ba3392424b6dae07edcc906ca35cf88b459a51c9d73c50c986edd834c330ba940a5bede3b6d0fedc7e78837b1fbaace57a6d31440ec8)
package() {
cd "$srcdir/"