Update to Nightly 2024-08-31

This commit is contained in:
RuffleBuild 2024-08-31 00:18:11 +00:00
parent 4c25c4d252
commit 84238996e6
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.28
pkgver = 2024.08.31
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-28/ruffle-nightly-2024_08_28-linux-x86_64.tar.gz
sha512sums = 2a58a0d094c9e3b7454e0242c23fff5724ee6037df36339dc376e0abf00c91377407dd598a84567728780655acc9d1b8901549680a7e8fe83093010c3c056cde
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-08-31/ruffle-nightly-2024_08_31-linux-x86_64.tar.gz
sha512sums = 834b14db2252ad9f7d9b407d1376d7bbc70804391eb6f0dd0a771ba5033c1e8d0f77e8549e929ec34c20c8f0f78b2fffc3623484e17ff265a317f6553cf2cbef
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.08.28
pkgver=2024.08.31
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=(2a58a0d094c9e3b7454e0242c23fff5724ee6037df36339dc376e0abf00c91377407dd598a84567728780655acc9d1b8901549680a7e8fe83093010c3c056cde)
sha512sums=(834b14db2252ad9f7d9b407d1376d7bbc70804391eb6f0dd0a771ba5033c1e8d0f77e8549e929ec34c20c8f0f78b2fffc3623484e17ff265a317f6553cf2cbef)
package() {
cd "$srcdir/"