Update to Nightly 2024-06-22

This commit is contained in:
RuffleBuild 2024-06-22 00:17:18 +00:00
parent db9b70652c
commit aa440dc499
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.06.21
pkgver = 2024.06.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-06-21/ruffle-nightly-2024_06_21-linux-x86_64.tar.gz
sha512sums = 05b532250ff36e7e20e7840b12091c4aa979cec1394defcbdb89e9c06062ae817fde7df031494b2fa19869fd959ce913cfe634dc540c0c53cda6a5123eb44fc0
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-06-22/ruffle-nightly-2024_06_22-linux-x86_64.tar.gz
sha512sums = d031c859ab55939ebb75624abaa0e2ba2374297492bc148002c40eaf7111f1dd95ef6d02bf4d49e0d644eec8f22f9a7ee770f46bf43d8544565ea98d64501b93
pkgname = ruffle-nightly-bin

View file

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