Update to Nightly 2023-09-09

This commit is contained in:
RuffleBuild 2023-09-09 00:24:57 +00:00
parent 9ddb816263
commit d13d131057
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.07
pkgver = 2023.09.09
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-07/ruffle-nightly-2023_09_07-linux-x86_64.tar.gz
sha512sums = 9a3f21d38ddb7bc1d97ff45d7c0a93e2b830d1b1949a4ccfb76b101a748a6c47f1f1e854c35246b1d0947075c7d09c21c4b74d4b2e02cf63b2872659d13d6b7c
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-09-09/ruffle-nightly-2023_09_09-linux-x86_64.tar.gz
sha512sums = d18bd78781d97e15bf25849c8e77b9a41406394122112864759721f26328bb50339aa483b1b7a1de08c6e59948081425c948b13da0004880d02ebb59b60fe51b
pkgname = ruffle-nightly-bin

View file

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