Update to Nightly 2023-09-14

This commit is contained in:
RuffleBuild 2023-09-14 00:25:47 +00:00
parent ccf2901d0d
commit 12b4f0301c
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.09.12
pkgver = 2023.09.14
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-09-12/ruffle-nightly-2023_09_12-linux-x86_64.tar.gz
sha512sums = 63f165db820621d434a48e63abd2898432230c497e17c867bf6b22f3558eed9efb7e163c556a80aab2ba7d4179f031e68d3d9ade37f54a005971bcdd30fb19ad
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-09-14/ruffle-nightly-2023_09_14-linux-x86_64.tar.gz
sha512sums = c760cb21a5d6a74c9b0824f3188b99a6843a80ed2cf185dc89ae1772b9affd6fb44058d2ca2efe9fff169b3b16e08bef97ad32a4f16d4885677b3e95a942bbeb
pkgname = ruffle-nightly-bin

View file

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