Update to Nightly 2024-08-22

This commit is contained in:
RuffleBuild 2024-08-22 00:15:04 +00:00
parent a8b876787a
commit 97833b9854
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.21
pkgver = 2024.08.22
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-21/ruffle-nightly-2024_08_21-linux-x86_64.tar.gz
sha512sums = b6990061c5311294e0e355519f3ebf458d901b8e1a558e77e24704bbcc573e79803b7dc36b6a4b596163c413f63e4b1faddfd4676ac1e3f058accec44c5c6f54
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-08-22/ruffle-nightly-2024_08_22-linux-x86_64.tar.gz
sha512sums = eebc3e96b4531618d20d0cd410094392ede17d220c187349e3738aaa4c2491e49aa3af8a5962f1fd218ee3a3f801cb32b127d76d2a11814555798335e46055bf
pkgname = ruffle-nightly-bin

View file

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