Update to Nightly 2023-09-18

This commit is contained in:
RuffleBuild 2023-09-18 00:28:03 +00:00
parent 5ab2076090
commit 93450e217e
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.17
pkgver = 2023.09.18
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-17/ruffle-nightly-2023_09_17-linux-x86_64.tar.gz
sha512sums = 533ff8f1c869a27f6b0cde0004ea42af274e9add3672344f61e6f52c43b7e8431ed9e237b6ae55789a4e392cab33f13e49b7204f7292196c3042e242a9c6b1d9
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-09-18/ruffle-nightly-2023_09_18-linux-x86_64.tar.gz
sha512sums = 6b1ad562f3e6939036652fe785869ea4c96ce1ac12f11fe75a91b08576955a5b7b3ed4e13a0dc030986b5e90b6b63742c206f509f7fa2b70438e5ea5196ff580
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2023.09.17
pkgver=2023.09.18
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=(533ff8f1c869a27f6b0cde0004ea42af274e9add3672344f61e6f52c43b7e8431ed9e237b6ae55789a4e392cab33f13e49b7204f7292196c3042e242a9c6b1d9)
sha512sums=(6b1ad562f3e6939036652fe785869ea4c96ce1ac12f11fe75a91b08576955a5b7b3ed4e13a0dc030986b5e90b6b63742c206f509f7fa2b70438e5ea5196ff580)
package() {
cd "$srcdir/"