Update to Nightly 2024-06-06

This commit is contained in:
RuffleBuild 2024-06-06 00:19:01 +00:00
parent 4fea2e7dc8
commit 708d13a733
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.05
pkgver = 2024.06.06
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-05/ruffle-nightly-2024_06_05-linux-x86_64.tar.gz
sha512sums = acb79354c64567616243a8760b8c9630f6a01cec585e7616362252d082c47835e62bb67aad40792b7cfbe32fc6b2f5453e962a6eeefa3962f6ca5ff254a5d181
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-06-06/ruffle-nightly-2024_06_06-linux-x86_64.tar.gz
sha512sums = 869e5885886117775620b2347dc853bc7d502dd35c9c99a6f35fc82ab7653cef023dcbe6530235e1ff51aa9bfd8af350e6acd36fd91af510726fdb6c351a1af2
pkgname = ruffle-nightly-bin

View file

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