mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to nightly-2025-10-18
This commit is contained in:
parent
f5a76db939
commit
a3a793e6f1
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.10.17
|
||||
pkgver = 2025.10.18
|
||||
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-10-17/ruffle-nightly-2025_10_17-linux-x86_64.tar.gz
|
||||
sha512sums_x86_64 = 715bea1a8b7badff47ccf498d80ec3b1ce6eed54ec41f55aa6f6fa7a6de217d372e38449e8902a8e6eb93fa97299d6a1c5d95fc84c19c92bc8f381b30517d9b9
|
||||
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-17/ruffle-nightly-2025_10_17-linux-aarch64.tar.gz
|
||||
sha512sums_aarch64 = 8796e64b08f323c4deb9e22353bc4dee9d9a0ceef18b69728ae6a7739816ebdd7fa67b70a5478b33561f489c4b5d00dff79c55e1dc6e3abd2a49d1d776603bd5
|
||||
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-18/ruffle-nightly-2025_10_18-linux-x86_64.tar.gz
|
||||
sha512sums_x86_64 = 52807a6777b79960cedda6eeeef8f6a4146677deec3e1c086101d4a9486d7012b876dc15d5737619bc7813d762d044c9b98bdc52bdde4093f7f8c119aa2d0696
|
||||
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-18/ruffle-nightly-2025_10_18-linux-aarch64.tar.gz
|
||||
sha512sums_aarch64 = d3e446e9e7de02f421fd2198efc4a78b9a450d88fb246062416d7fe0c0e8001620a14a5d3b8654b1d4c860fd076a0063fd54ca81e2519f5281f5efdf40f63179
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.10.17
|
||||
pkgver=2025.10.18
|
||||
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-10-17/ruffle-nightly-2025_10_17-linux-x86_64.tar.gz")
|
||||
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-17/ruffle-nightly-2025_10_17-linux-aarch64.tar.gz")
|
||||
sha512sums_x86_64=(715bea1a8b7badff47ccf498d80ec3b1ce6eed54ec41f55aa6f6fa7a6de217d372e38449e8902a8e6eb93fa97299d6a1c5d95fc84c19c92bc8f381b30517d9b9)
|
||||
sha512sums_aarch64=(8796e64b08f323c4deb9e22353bc4dee9d9a0ceef18b69728ae6a7739816ebdd7fa67b70a5478b33561f489c4b5d00dff79c55e1dc6e3abd2a49d1d776603bd5)
|
||||
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-18/ruffle-nightly-2025_10_18-linux-x86_64.tar.gz")
|
||||
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-10-18/ruffle-nightly-2025_10_18-linux-aarch64.tar.gz")
|
||||
sha512sums_x86_64=(52807a6777b79960cedda6eeeef8f6a4146677deec3e1c086101d4a9486d7012b876dc15d5737619bc7813d762d044c9b98bdc52bdde4093f7f8c119aa2d0696)
|
||||
sha512sums_aarch64=(d3e446e9e7de02f421fd2198efc4a78b9a450d88fb246062416d7fe0c0e8001620a14a5d3b8654b1d4c860fd076a0063fd54ca81e2519f5281f5efdf40f63179)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue