Update to Nightly 2023-07-09

This commit is contained in:
RuffleBuild 2023-07-09 00:20:41 +00:00
parent d450d922d7
commit 7edb212a30
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.07.08
pkgver = 2023.07.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-07-08/ruffle-nightly-2023_07_08-linux-x86_64.tar.gz
sha512sums = 821bc45e89a7066ecd3ad9426b5e8c98c2c3208d5608e9743f257a54fc418d0c027e79e9d750f2398d05bb7b27837ddc3e6bf9f43ae3c8062f165e72a1199e46
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-07-09/ruffle-nightly-2023_07_09-linux-x86_64.tar.gz
sha512sums = f95e4ec3c7ec314141f3fc02d7ba2f4ea6c5b11e9a5d604a088756438c43b5d8921bcde9d067ad33f855a1c12062283f17f306c296b443c39944fed94a0d73eb
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2023.07.08
pkgver=2023.07.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=(821bc45e89a7066ecd3ad9426b5e8c98c2c3208d5608e9743f257a54fc418d0c027e79e9d750f2398d05bb7b27837ddc3e6bf9f43ae3c8062f165e72a1199e46)
sha512sums=(f95e4ec3c7ec314141f3fc02d7ba2f4ea6c5b11e9a5d604a088756438c43b5d8921bcde9d067ad33f855a1c12062283f17f306c296b443c39944fed94a0d73eb)
package() {
cd "$srcdir/"