Update to Nightly 2025-01-20

This commit is contained in:
RuffleBuild 2025-01-20 00:17:48 +00:00
parent 2e3b54b920
commit ff205e9639
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 = 2025.01.19
pkgver = 2025.01.20
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-2025-01-19/ruffle-nightly-2025_01_19-linux-x86_64.tar.gz
sha512sums = 21910a298cd1af5cdd0bb208417a11d854105238b8513822271aa282a084611a1619323d4fafc6623cffa378696098daf1cff68152a71dedd9f8de3269efe407
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-01-20/ruffle-nightly-2025_01_20-linux-x86_64.tar.gz
sha512sums = 9799dce3c475a8b5636f79e60bcef64b797a03ec521d07c6b7913af57ed92e8587047ce7054aa2ae9fc15f0f70cdaebefc3257b6ad7fc057022d3edd7b204d7a
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.01.19
pkgver=2025.01.20
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=(21910a298cd1af5cdd0bb208417a11d854105238b8513822271aa282a084611a1619323d4fafc6623cffa378696098daf1cff68152a71dedd9f8de3269efe407)
sha512sums=(9799dce3c475a8b5636f79e60bcef64b797a03ec521d07c6b7913af57ed92e8587047ce7054aa2ae9fc15f0f70cdaebefc3257b6ad7fc057022d3edd7b204d7a)
package() {
cd "$srcdir/"