Update to Nightly 2024-09-19

This commit is contained in:
RuffleBuild 2024-09-19 00:18:12 +00:00
parent 772a8d6ef9
commit d50105d177
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 = 2024.09.18
pkgver = 2024.09.19
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
depends = alsa-lib
provides = ruffle
conflicts = ruffle
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-09-18/ruffle-nightly-2024_09_18-linux-x86_64.tar.gz
sha512sums = 8c58ae74e801ba1112c7904657832188884281a3f477ba54938b79fdbd78e9dd7f52e47d49b2c9cf5da76a482e721bc4231561db0cf3c392c3d894f75506cfe6
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-09-19/ruffle-nightly-2024_09_19-linux-x86_64.tar.gz
sha512sums = 64b06b527098d078af8bf12843b4d36e332721844ec40bc008214f224f398e9f0acae0e42a5e31f287e6b5f8d3055588282170322f7bdaf2d5cf169ee9eb3bcb
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.09.18
pkgver=2024.09.19
pkgrel=1
pkgdesc="A Flash Player emulator written in Rust"
arch=('x86_64')
@ -10,7 +10,7 @@ depends=(zlib libxcb alsa-lib)
provides=(ruffle)
conflicts=(ruffle)
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
sha512sums=(8c58ae74e801ba1112c7904657832188884281a3f477ba54938b79fdbd78e9dd7f52e47d49b2c9cf5da76a482e721bc4231561db0cf3c392c3d894f75506cfe6)
sha512sums=(64b06b527098d078af8bf12843b4d36e332721844ec40bc008214f224f398e9f0acae0e42a5e31f287e6b5f8d3055588282170322f7bdaf2d5cf169ee9eb3bcb)
package() {
cd "$srcdir/"