Update to Nightly 2024-09-11

This commit is contained in:
RuffleBuild 2024-09-11 00:17:30 +00:00
parent 446687c152
commit 212affa167
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 = 2024.09.10
pkgver = 2024.09.11
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
depends = alsa-lib
provides = ruffle
conflicts = ruffle
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-09-10/ruffle-nightly-2024_09_10-linux-x86_64.tar.gz
sha512sums = b3792125875927e4d943fc3c7816903267062837d7a43686745ac8ef367721b8c8873d1adb58334666137163689d15503c30082732826eb72ab7217161dfae6d
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-09-11/ruffle-nightly-2024_09_11-linux-x86_64.tar.gz
sha512sums = 9ed6c418caf2ee82bcad4ebcf142ab1f6d4286d6c6660fcbc8244a6de232fe0c7306f78706c91f87bfdebe9c1410ef791d3f897b827e90ba1ecacfac56ff2321
pkgname = ruffle-nightly-bin

View file

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