mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to nightly-2025-12-17
This commit is contained in:
parent
13bb9a8ad6
commit
b04ef270b1
2 changed files with 10 additions and 10 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ruffle-nightly-bin
|
||||
pkgdesc = A Flash Player emulator written in Rust
|
||||
pkgver = 2025.12.16
|
||||
pkgver = 2025.12.17
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -12,9 +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-12-16/ruffle-nightly-2025_12_16-linux-x86_64.tar.gz
|
||||
sha512sums_x86_64 = 8ab2a8c8350d6376db4a3b07dc14da89985b992707424c6f1ec5eb0cd3f855bd13ba6e09393c0e6b95b3974dca1c4646bef8bc27090e27991c614a88ea7fc3e5
|
||||
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-16/ruffle-nightly-2025_12_16-linux-aarch64.tar.gz
|
||||
sha512sums_aarch64 = 69afb17d8c8bde962524d38182158e2ef5a55ac65069b9f39a649c6d01909834903825325bf3cbdd92545d778855896e35ae242873cf82e91b85b27d0a16465e
|
||||
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-17/ruffle-nightly-2025_12_17-linux-x86_64.tar.gz
|
||||
sha512sums_x86_64 = 7fb822bc6643c162a831d616f00781fae97d7eb1397fe0f46f4eb845888acaf6bf2543eeab775d5aecf90aae9698d6530911afd5004f49f0960c6e70f751e81b
|
||||
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-17/ruffle-nightly-2025_12_17-linux-aarch64.tar.gz
|
||||
sha512sums_aarch64 = 860fc7083456b4cd3da0db1fa073abda1fdba5062e459d5024cebde67b63ef7cdd634831bc59d39dd70b6aac11a98de7ab604062b4ff3a456566f8c9c53bb5de
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.12.16
|
||||
pkgver=2025.12.17
|
||||
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-12-16/ruffle-nightly-2025_12_16-linux-x86_64.tar.gz")
|
||||
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-16/ruffle-nightly-2025_12_16-linux-aarch64.tar.gz")
|
||||
sha512sums_x86_64=(8ab2a8c8350d6376db4a3b07dc14da89985b992707424c6f1ec5eb0cd3f855bd13ba6e09393c0e6b95b3974dca1c4646bef8bc27090e27991c614a88ea7fc3e5)
|
||||
sha512sums_aarch64=(69afb17d8c8bde962524d38182158e2ef5a55ac65069b9f39a649c6d01909834903825325bf3cbdd92545d778855896e35ae242873cf82e91b85b27d0a16465e)
|
||||
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-17/ruffle-nightly-2025_12_17-linux-x86_64.tar.gz")
|
||||
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-12-17/ruffle-nightly-2025_12_17-linux-aarch64.tar.gz")
|
||||
sha512sums_x86_64=(7fb822bc6643c162a831d616f00781fae97d7eb1397fe0f46f4eb845888acaf6bf2543eeab775d5aecf90aae9698d6530911afd5004f49f0960c6e70f751e81b)
|
||||
sha512sums_aarch64=(860fc7083456b4cd3da0db1fa073abda1fdba5062e459d5024cebde67b63ef7cdd634831bc59d39dd70b6aac11a98de7ab604062b4ff3a456566f8c9c53bb5de)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue