Update to Nightly 2024-05-19

This commit is contained in:
RuffleBuild 2024-05-19 00:17:51 +00:00
parent cedeae576c
commit 89cf4dd3ea
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.05.18
pkgver = 2024.05.19
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-05-18/ruffle-nightly-2024_05_18-linux-x86_64.tar.gz
sha512sums = 5a031924a3630e32653223795f3f2be2455ebef883bda6b3b1e87aaf13bee8c7c3da37afb4e19fe7bd76109a83300f6d3c0de41146b2ecb6b8f0228bc4992993
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-05-19/ruffle-nightly-2024_05_19-linux-x86_64.tar.gz
sha512sums = 3e79436b888bdbd048bb5e73b6574a38e636cf52068f72ab07e32fa77e65a79f1574bd7d85fa7e8b643333efff8be43d4832f8f21cd78e918822b0e9af8f4c05
pkgname = ruffle-nightly-bin

View file

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