Update to Nightly 2023-06-07

This commit is contained in:
RuffleBuild 2023-06-07 00:22:54 +00:00
parent 935e2fd860
commit 76d344d8d0
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.06.06
pkgver = 2023.06.07
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-06-06/ruffle-nightly-2023_06_06-linux-x86_64.tar.gz
sha512sums = 156e2418904b9fa4474fac1f1b1987557e453790aecd3f2496bcc0eec2a543ef60b5d34fbe83ba404b162241caa3ffbf3bca805391025068d593a3dbe549aa5d
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-06-07/ruffle-nightly-2023_06_07-linux-x86_64.tar.gz
sha512sums = f9f9d9a97448ecec0b33d8c2fbece65bd9df69224b8a022ea16df79f6be27ad2d86124b4d6be6fea3fb2dbb164ac79067703e7ff65bcbec9d572fcb6a5c88bdc
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2023.06.06
pkgver=2023.06.07
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=(156e2418904b9fa4474fac1f1b1987557e453790aecd3f2496bcc0eec2a543ef60b5d34fbe83ba404b162241caa3ffbf3bca805391025068d593a3dbe549aa5d)
sha512sums=(f9f9d9a97448ecec0b33d8c2fbece65bd9df69224b8a022ea16df79f6be27ad2d86124b4d6be6fea3fb2dbb164ac79067703e7ff65bcbec9d572fcb6a5c88bdc)
package() {
cd "$srcdir/"