Update to Nightly 2024-05-22

This commit is contained in:
RuffleBuild 2024-05-22 00:18:40 +00:00
parent ac9872134b
commit ca1c28c983
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.21
pkgver = 2024.05.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-05-21/ruffle-nightly-2024_05_21-linux-x86_64.tar.gz
sha512sums = 7dc0d3f11c501c09cc93cbea5b1a3847d8730680a3737bf0aaaf65785d613b9af7532c1f00fde9557f3e8272cbcfebab70e7a1595d98c44ebf6995fc36040177
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-05-22/ruffle-nightly-2024_05_22-linux-x86_64.tar.gz
sha512sums = 6d6580ebb587aaf0d3cfc2b6810558dcbaebf7f2d5290c5d7446faf28cb0c82277121edd33421ae43fec04facd537c24123e178da689d0f7570fe66d935b956d
pkgname = ruffle-nightly-bin

View file

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