Update to Nightly 2023-09-24

This commit is contained in:
RuffleBuild 2023-09-24 00:22:46 +00:00
parent 91131f0c1a
commit 4b5c5e4087
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.23
pkgver = 2023.09.24
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-23/ruffle-nightly-2023_09_23-linux-x86_64.tar.gz
sha512sums = 505e712499f2b3bd1209357df7195cdbfc7fb62889c9b47e2dee53e33ca0b60a5466ed3e99168e5d8be24c6d3dffc4f4f42f4f4c26c9efae7005c84caa0a10f5
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-09-24/ruffle-nightly-2023_09_24-linux-x86_64.tar.gz
sha512sums = d8923a66550cd83c90e8f829f6dc29c498faceafb9b5b404d005feb22cbddb140bb6ecf3c1a6c7be9856763516837c925828b4e40d84d5d81bbc6f52ce4de3b7
pkgname = ruffle-nightly-bin

View file

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