Update to Nightly 2024-07-07

This commit is contained in:
RuffleBuild 2024-07-07 00:17:39 +00:00
parent 04f4b7e56a
commit 4342ce11dc
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.07.06
pkgver = 2024.07.07
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-07-06/ruffle-nightly-2024_07_06-linux-x86_64.tar.gz
sha512sums = 5b62e01319464e3f4d87329280824dded56f899c6920574bbc08b7eb788a6006540a47dd434ec90a7703b666e68c49ecc7dd7eb550613731badc65e8de62d0ef
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-07-07/ruffle-nightly-2024_07_07-linux-x86_64.tar.gz
sha512sums = a52e7b5b02cd59e0b80fb19de64f2e09a108fe6ff650c3db49a0ca5b04e08e93ef6ddcdc1db1a8dd3e4a3cb725aeac798b5874398f99e850890f15641d1ba5a5
pkgname = ruffle-nightly-bin

View file

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