Update to Nightly 2024-11-29

This commit is contained in:
RuffleBuild 2024-11-29 00:16:15 +00:00
parent 55cf9db838
commit 419762fba1
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.11.28
pkgver = 2024.11.29
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-11-28/ruffle-nightly-2024_11_28-linux-x86_64.tar.gz
sha512sums = 833236d300acffc588b26b7fba3df702d165c64abcbd8075969eae8a0adae23d1481bfa68b45bececb00365a3935f7a78f8c595d03cffdb3439d1117159cf1b7
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-11-29/ruffle-nightly-2024_11_29-linux-x86_64.tar.gz
sha512sums = 2862d496bcd0e7e9f97b5966797ff9828155f22da1835e3a9c45fe37c4fd9860b6245b0cca010d0ccccd0797ee6d2ba8bcd3d6dbbc8c598ba1d285feddea8b7d
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.11.28
pkgver=2024.11.29
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=(833236d300acffc588b26b7fba3df702d165c64abcbd8075969eae8a0adae23d1481bfa68b45bececb00365a3935f7a78f8c595d03cffdb3439d1117159cf1b7)
sha512sums=(2862d496bcd0e7e9f97b5966797ff9828155f22da1835e3a9c45fe37c4fd9860b6245b0cca010d0ccccd0797ee6d2ba8bcd3d6dbbc8c598ba1d285feddea8b7d)
package() {
cd "$srcdir/"