Update to Nightly 2023-08-04

This commit is contained in:
RuffleBuild 2023-08-04 00:24:50 +00:00
parent 270f251d26
commit 572843cbf0
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 = 2023.08.03
pkgver = 2023.08.04
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -12,7 +12,7 @@ pkgbase = ruffle-nightly-bin
depends = alsa-lib
provides = ruffle
conflicts = ruffle-git
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-08-03/ruffle-nightly-2023_08_03-linux-x86_64.tar.gz
sha512sums = e25f2db375f51d044acfca5a2fdc66d88d186d2a4beb184fc49a7f11a5b55abb48fbcd4ca1935706663759b46ea0402f00cafc696bb209e3f17a9a4f61b68eef
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-08-04/ruffle-nightly-2023_08_04-linux-x86_64.tar.gz
sha512sums = ce35926df909d35dff584dfebe2a9f0d4ddb0cf196cbc9967af0fad4de2e296af74c587a9a4e30a5fcf1d5600db95e0c0525fedacf959d903bf1a9d21c20ad36
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2023.08.03
pkgver=2023.08.04
pkgrel=1
pkgdesc="A Flash Player emulator written in Rust"
arch=('x86_64')
@ -10,7 +10,7 @@ depends=(openssl 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=(e25f2db375f51d044acfca5a2fdc66d88d186d2a4beb184fc49a7f11a5b55abb48fbcd4ca1935706663759b46ea0402f00cafc696bb209e3f17a9a4f61b68eef)
sha512sums=(ce35926df909d35dff584dfebe2a9f0d4ddb0cf196cbc9967af0fad4de2e296af74c587a9a4e30a5fcf1d5600db95e0c0525fedacf959d903bf1a9d21c20ad36)
package() {
cd "$srcdir/"