mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to nightly-2026-02-25
This commit is contained in:
parent
16b74198aa
commit
3bfb447834
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 = 2026.2.24
|
||||
pkgver = 2026.2.25
|
||||
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-2026-02-24/ruffle-nightly-2026_02_24-linux-x86_64.tar.gz
|
||||
sha512sums_x86_64 = 11af4c0f9def9e9c87ba4af29ae6fd418b12ac7e69e02d6970e3392d68b8e3e9a13968964ad6d321e0e1a3e59e274df91e20021d98f9ca1a18af0287e19a9f51
|
||||
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-24/ruffle-nightly-2026_02_24-linux-aarch64.tar.gz
|
||||
sha512sums_aarch64 = f798fd53fa813443eceaf105221dd4264d66cb8590d1525720da1f4513c9230f19fe576508d3f7ff268ee594bbbf2d6e4b0810092271353e349a48fc06accd9a
|
||||
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-25/ruffle-nightly-2026_02_25-linux-x86_64.tar.gz
|
||||
sha512sums_x86_64 = 0815158d797d78da8c9d13b093c12f68f65bc7e56a9a33ec54d6121c3b40981a90483ec5f58cb1daf6a691dc1358dddbc73fe33dc6096895769c1bf702598d93
|
||||
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-25/ruffle-nightly-2026_02_25-linux-aarch64.tar.gz
|
||||
sha512sums_aarch64 = 4cfd81d13ace2a6ee5116b83a09ad10fd2d66491ad593bd801db438ad83afadce25f146ee78d8cec2552b7b7416455e9e8b3044b4007e6cdb1476818a14bcd19
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2026.2.24
|
||||
pkgver=2026.2.25
|
||||
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-2026-02-24/ruffle-nightly-2026_02_24-linux-x86_64.tar.gz")
|
||||
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-24/ruffle-nightly-2026_02_24-linux-aarch64.tar.gz")
|
||||
sha512sums_x86_64=(11af4c0f9def9e9c87ba4af29ae6fd418b12ac7e69e02d6970e3392d68b8e3e9a13968964ad6d321e0e1a3e59e274df91e20021d98f9ca1a18af0287e19a9f51)
|
||||
sha512sums_aarch64=(f798fd53fa813443eceaf105221dd4264d66cb8590d1525720da1f4513c9230f19fe576508d3f7ff268ee594bbbf2d6e4b0810092271353e349a48fc06accd9a)
|
||||
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-25/ruffle-nightly-2026_02_25-linux-x86_64.tar.gz")
|
||||
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-25/ruffle-nightly-2026_02_25-linux-aarch64.tar.gz")
|
||||
sha512sums_x86_64=(0815158d797d78da8c9d13b093c12f68f65bc7e56a9a33ec54d6121c3b40981a90483ec5f58cb1daf6a691dc1358dddbc73fe33dc6096895769c1bf702598d93)
|
||||
sha512sums_aarch64=(4cfd81d13ace2a6ee5116b83a09ad10fd2d66491ad593bd801db438ad83afadce25f146ee78d8cec2552b7b7416455e9e8b3044b4007e6cdb1476818a14bcd19)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue