diff --git a/.SRCINFO b/.SRCINFO index b93a5d13d973b..1244a481e0588 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ruffle-nightly-bin pkgdesc = A Flash Player emulator written in Rust - pkgver = 2025.9.3 + pkgver = 2025.9.4 pkgrel = 1 url = https://ruffle.rs/ arch = x86_64 @@ -12,8 +12,9 @@ pkgbase = ruffle-nightly-bin depends = alsa-lib provides = ruffle conflicts = ruffle - source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-03/ruffle-nightly-2025_09_03-linux-x86_64.tar.gz - sha512sums_x86_64 = e43f7e9f2e452f92e890c768eb8ef261cbfe841c771b0fe036aa929f34359ef3e60dabb8ab766623fc3ecc1ec4b456ab5b6930ffe7aec1dd7c51e1a58a2af7a8 - source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-03/ruffle-nightly-2025_09_03-linux-aarch64.tar.gz + source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-04/ruffle-nightly-2025_09_04-linux-x86_64.tar.gz + sha512sums_x86_64 = 5c415ce5285b75ba6bb6ef319065412b89ac4b12cb8c18b7e4edc911f586f1f070e801b38bb45aa7d5b3e0101e221e1d4eef9d4048c0b19e6f234110e5efa06f + source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-04/ruffle-nightly-2025_09_04-linux-aarch64.tar.gz + sha512sums_aarch64 = 2622a52d6270faf0f9611c1d0f666961296c59b4d33395be82e98f69e7d96a7625a31eb7426d244b19e117a652759d395d8ff5f3066f5937166777a8a5732f52 pkgname = ruffle-nightly-bin diff --git a/PKGBUILD b/PKGBUILD index 4148ecc1de0be..9bc9c3076174c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: relrel pkgname=ruffle-nightly-bin -pkgver=2025.9.3 +pkgver=2025.9.4 pkgrel=1 pkgdesc="A Flash Player emulator written in Rust" arch=('x86_64' 'aarch64') @@ -9,10 +9,10 @@ license=('Apache' 'MIT') depends=(zlib libxcb alsa-lib) provides=(ruffle) conflicts=(ruffle) -source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-03/ruffle-nightly-2025_09_03-linux-x86_64.tar.gz") -source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-03/ruffle-nightly-2025_09_03-linux-aarch64.tar.gz") -sha512sums_x86_64=(e43f7e9f2e452f92e890c768eb8ef261cbfe841c771b0fe036aa929f34359ef3e60dabb8ab766623fc3ecc1ec4b456ab5b6930ffe7aec1dd7c51e1a58a2af7a8) -sha512sums_aarch64=() +source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-04/ruffle-nightly-2025_09_04-linux-x86_64.tar.gz") +source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-09-04/ruffle-nightly-2025_09_04-linux-aarch64.tar.gz") +sha512sums_x86_64=(5c415ce5285b75ba6bb6ef319065412b89ac4b12cb8c18b7e4edc911f586f1f070e801b38bb45aa7d5b3e0101e221e1d4eef9d4048c0b19e6f234110e5efa06f) +sha512sums_aarch64=(2622a52d6270faf0f9611c1d0f666961296c59b4d33395be82e98f69e7d96a7625a31eb7426d244b19e117a652759d395d8ff5f3066f5937166777a8a5732f52) package() { cd "$srcdir/"