Update to Nightly 2024-10-16

This commit is contained in:
RuffleBuild 2024-10-16 00:18:32 +00:00
parent 9bd6f9614c
commit 37a5c872fb
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.10.15
pkgver = 2024.10.16
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-10-15/ruffle-nightly-2024_10_15-linux-x86_64.tar.gz
sha512sums = 09668d8291d68c9c13ba12f590deb90e790c0bfddc0ca265a5e92d009a092011146d9a3356112dc359695e2fb4f0212f2a877cc8d343824bb5cda8aa39d9c534
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-10-16/ruffle-nightly-2024_10_16-linux-x86_64.tar.gz
sha512sums = 053cf1a17efc8406f47d0a301b4647a543f837d18f405f73b3229fa785eca550561a3a8b3b16e404c50ceff6c50766b22573d6987739ff195e760d1a4d93b9a1
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.10.15
pkgver=2024.10.16
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=(09668d8291d68c9c13ba12f590deb90e790c0bfddc0ca265a5e92d009a092011146d9a3356112dc359695e2fb4f0212f2a877cc8d343824bb5cda8aa39d9c534)
sha512sums=(053cf1a17efc8406f47d0a301b4647a543f837d18f405f73b3229fa785eca550561a3a8b3b16e404c50ceff6c50766b22573d6987739ff195e760d1a4d93b9a1)
package() {
cd "$srcdir/"