Update to Nightly 2024-10-19

This commit is contained in:
RuffleBuild 2024-10-19 00:18:23 +00:00
parent e4b573a30c
commit 96878a314e
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.18
pkgver = 2024.10.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-10-18/ruffle-nightly-2024_10_18-linux-x86_64.tar.gz
sha512sums = 41b7bd4117bd8c39346b96efb601879a7355f21b54735f2ad5f1f6a169317fd168ac8f975fe91986e37858ff23e806009a73fe97cdb05a3eaa36ccd135cf56a6
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-10-19/ruffle-nightly-2024_10_19-linux-x86_64.tar.gz
sha512sums = 0732d6ff87eabe4af56a7656a4e361f09003c8f36d0dfcf179f92e4ad9970d12254559d056d6da6a24d733bd2955b0f3e526c690b266bb9ff6313e72c5aa0d99
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.10.18
pkgver=2024.10.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=(41b7bd4117bd8c39346b96efb601879a7355f21b54735f2ad5f1f6a169317fd168ac8f975fe91986e37858ff23e806009a73fe97cdb05a3eaa36ccd135cf56a6)
sha512sums=(0732d6ff87eabe4af56a7656a4e361f09003c8f36d0dfcf179f92e4ad9970d12254559d056d6da6a24d733bd2955b0f3e526c690b266bb9ff6313e72c5aa0d99)
package() {
cd "$srcdir/"