Update to Nightly 2024-11-27

This commit is contained in:
RuffleBuild 2024-11-27 00:20:00 +00:00
parent df292506a6
commit 0010ad99e6
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.26
pkgver = 2024.11.27
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-26/ruffle-nightly-2024_11_26-linux-x86_64.tar.gz
sha512sums = 4294ef28cc151a66b9ddd913c58002f07a0355bfaeb9e1a4ce79cbfb3fe526c8102316ae4ac8cc8808fd8c7f81175867ed12a94879bd3221dcb3f6df5cf1fa45
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-11-27/ruffle-nightly-2024_11_27-linux-x86_64.tar.gz
sha512sums = e55574a4a0e964d5d40a082232d74d6a8140d2584d754a97bfb34af0a9c5a4b6fcee2c24dc147e56ec9542b11d7a373b29d32a094bc6679e60c21f3f03b21cd4
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.11.26
pkgver=2024.11.27
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=(4294ef28cc151a66b9ddd913c58002f07a0355bfaeb9e1a4ce79cbfb3fe526c8102316ae4ac8cc8808fd8c7f81175867ed12a94879bd3221dcb3f6df5cf1fa45)
sha512sums=(e55574a4a0e964d5d40a082232d74d6a8140d2584d754a97bfb34af0a9c5a4b6fcee2c24dc147e56ec9542b11d7a373b29d32a094bc6679e60c21f3f03b21cd4)
package() {
cd "$srcdir/"