Update to Nightly 2025-01-10

This commit is contained in:
RuffleBuild 2025-01-10 00:16:52 +00:00
parent bc4afdda11
commit 00a719decb
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.06
pkgver = 2025.01.10
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-06/ruffle-nightly-2025_01_06-linux-x86_64.tar.gz
sha512sums = 139795a2685e0e8df26834d461222d7e6ed5f0a92909f91778cce477d65946e2c945d79abe0c19a7238ba8229a1f39f8dbc64b70190333dad28b6074bad0bce8
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-01-10/ruffle-nightly-2025_01_10-linux-x86_64.tar.gz
sha512sums = dfc16467bddac3e23c01c5927c1a55fd8fc92edc3c7efd64106708e0cadf359f87d41e959e7255bb3da2336b1b1526833599469d0cd3804a220675709b72d057
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2025.01.06
pkgver=2025.01.10
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=(139795a2685e0e8df26834d461222d7e6ed5f0a92909f91778cce477d65946e2c945d79abe0c19a7238ba8229a1f39f8dbc64b70190333dad28b6074bad0bce8)
sha512sums=(dfc16467bddac3e23c01c5927c1a55fd8fc92edc3c7efd64106708e0cadf359f87d41e959e7255bb3da2336b1b1526833599469d0cd3804a220675709b72d057)
package() {
cd "$srcdir/"