Update to Nightly 2024-10-09

This commit is contained in:
RuffleBuild 2024-10-09 00:17:38 +00:00
parent d2bec2543b
commit 6a220eec0a
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.10.08
pkgver = 2024.10.09
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-10-08/ruffle-nightly-2024_10_08-linux-x86_64.tar.gz
sha512sums = 3bc72d30fb3ed6723e445c391eeb1615f9c962cecca1f14554db78b832653286dac66f7e6c142e5a773abe8aa3f36c64ed14b0db35bcb85c214a3f5990c6f4fa
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-10-09/ruffle-nightly-2024_10_09-linux-x86_64.tar.gz
sha512sums = 762c0c8e682d07ca13d202a6624e67c5e2926840aea28615bffc348e23f31b8dca48eed74d5108fa3891caeb709a992163ec8467ff29dae5899543190f390586
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.10.08
pkgver=2024.10.09
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=(3bc72d30fb3ed6723e445c391eeb1615f9c962cecca1f14554db78b832653286dac66f7e6c142e5a773abe8aa3f36c64ed14b0db35bcb85c214a3f5990c6f4fa)
sha512sums=(762c0c8e682d07ca13d202a6624e67c5e2926840aea28615bffc348e23f31b8dca48eed74d5108fa3891caeb709a992163ec8467ff29dae5899543190f390586)
package() {
cd "$srcdir/"