Update to Nightly 2024-08-24

This commit is contained in:
RuffleBuild 2024-08-24 08:28:49 +00:00
parent b8dc978890
commit 028fb4c94f
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.08.23
pkgver = 2024.08.24
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
depends = alsa-lib
provides = ruffle
conflicts = ruffle-git
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-08-23/ruffle-nightly-2024_08_23-linux-x86_64.tar.gz
sha512sums = 00cc15d1cb104798d0f3950b29220c4a447d395817a903ae7a8076767df31fa745fa5b6164abe504d2544373aa84caa0986dc6fbcc6bf748d386034257b7b2c8
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-08-24/ruffle-nightly-2024_08_24-linux-x86_64.tar.gz
sha512sums = a8f352ccdc569a5aedc4adb2b70a02f2c83cd3958a79e173344f7c4cc7169107d8c0211c572c877a79fa2c42f26cc1a183fb7107c5b933c2ce85f01338d2e311
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.08.23
pkgver=2024.08.24
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-git)
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
sha512sums=(00cc15d1cb104798d0f3950b29220c4a447d395817a903ae7a8076767df31fa745fa5b6164abe504d2544373aa84caa0986dc6fbcc6bf748d386034257b7b2c8)
sha512sums=(a8f352ccdc569a5aedc4adb2b70a02f2c83cd3958a79e173344f7c4cc7169107d8c0211c572c877a79fa2c42f26cc1a183fb7107c5b933c2ce85f01338d2e311)
package() {
cd "$srcdir/"