Update to Nightly 2023-09-15

This commit is contained in:
RuffleBuild 2023-09-15 00:25:33 +00:00
parent 12b4f0301c
commit 91f452149f
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.14
pkgver = 2023.09.15
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-14/ruffle-nightly-2023_09_14-linux-x86_64.tar.gz
sha512sums = c760cb21a5d6a74c9b0824f3188b99a6843a80ed2cf185dc89ae1772b9affd6fb44058d2ca2efe9fff169b3b16e08bef97ad32a4f16d4885677b3e95a942bbeb
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-09-15/ruffle-nightly-2023_09_15-linux-x86_64.tar.gz
sha512sums = 792ce1e1d224b543314cb20e8b572ac811153c4fa688f3114359eea19eb6cbe5a12d84eed6ec1c924dcddc4b7b2003e1bb7f3aeafa8af9bfe1711815e732f789
pkgname = ruffle-nightly-bin

View file

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