Update to Nightly 2024-11-19

This commit is contained in:
RuffleBuild 2024-11-19 00:17:39 +00:00
parent 42664ab48e
commit 1d38e851cd
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.18
pkgver = 2024.11.19
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-18/ruffle-nightly-2024_11_18-linux-x86_64.tar.gz
sha512sums = 61e4ac4f5d9a519546f89ba0731c723e22ff3117b0a8877a2aae6caf2bf2885c08c1ff1e4728d3e5ef01f8d74580424f164a538f822cc26005a3638d5c18ea2a
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-11-19/ruffle-nightly-2024_11_19-linux-x86_64.tar.gz
sha512sums = edda682a05915b48c6fa4e7e231427b9ab6af894683a7547dc6287bd9d489563008a96afb3b2e792229b7c06628a5a8753bf79f182bd2849fbfc45158afdd95b
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.11.18
pkgver=2024.11.19
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=(61e4ac4f5d9a519546f89ba0731c723e22ff3117b0a8877a2aae6caf2bf2885c08c1ff1e4728d3e5ef01f8d74580424f164a538f822cc26005a3638d5c18ea2a)
sha512sums=(edda682a05915b48c6fa4e7e231427b9ab6af894683a7547dc6287bd9d489563008a96afb3b2e792229b7c06628a5a8753bf79f182bd2849fbfc45158afdd95b)
package() {
cd "$srcdir/"