mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to nightly-2026-02-20
This commit is contained in:
parent
9d424da324
commit
c41d965175
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.19
|
||||
pkgver = 2026.2.20
|
||||
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-19/ruffle-nightly-2026_02_19-linux-x86_64.tar.gz
|
||||
sha512sums_x86_64 = e8a32186a618dd24c270d79c351ca56c60fb91da92302df55d8769ef18e886a4135c28465603b01304fb695c2ed0b5d01567baa517fc8363733e7d3a81d73b13
|
||||
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-19/ruffle-nightly-2026_02_19-linux-aarch64.tar.gz
|
||||
sha512sums_aarch64 = e4ff840daf314dde7940898575f3ad18e37383bffe086cc358dc4a1a661def05f02315d6f3eb6331a83796de8b766fbf47c16a28077f15427a810f78452d2899
|
||||
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-20/ruffle-nightly-2026_02_20-linux-x86_64.tar.gz
|
||||
sha512sums_x86_64 = dc04907eefa49d438c4256f0a3fe2aa1f4c8e0aaecffcb8d62c05d6b74240937847e6fd2e8124dcbd09285a1c3da2ad62b2ae1375aa64329cb17a4aa911cd2d0
|
||||
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-20/ruffle-nightly-2026_02_20-linux-aarch64.tar.gz
|
||||
sha512sums_aarch64 = 7e3d0f9cf343f2063ccb224e5f8b713abcf29983d9284571c9f39ac68eda81bee3f69ce771bac8cd39b1463bea2302be26187b08bf949957bbefdd0ea06c2ea3
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2026.2.19
|
||||
pkgver=2026.2.20
|
||||
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-19/ruffle-nightly-2026_02_19-linux-x86_64.tar.gz")
|
||||
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-19/ruffle-nightly-2026_02_19-linux-aarch64.tar.gz")
|
||||
sha512sums_x86_64=(e8a32186a618dd24c270d79c351ca56c60fb91da92302df55d8769ef18e886a4135c28465603b01304fb695c2ed0b5d01567baa517fc8363733e7d3a81d73b13)
|
||||
sha512sums_aarch64=(e4ff840daf314dde7940898575f3ad18e37383bffe086cc358dc4a1a661def05f02315d6f3eb6331a83796de8b766fbf47c16a28077f15427a810f78452d2899)
|
||||
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-20/ruffle-nightly-2026_02_20-linux-x86_64.tar.gz")
|
||||
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-20/ruffle-nightly-2026_02_20-linux-aarch64.tar.gz")
|
||||
sha512sums_x86_64=(dc04907eefa49d438c4256f0a3fe2aa1f4c8e0aaecffcb8d62c05d6b74240937847e6fd2e8124dcbd09285a1c3da2ad62b2ae1375aa64329cb17a4aa911cd2d0)
|
||||
sha512sums_aarch64=(7e3d0f9cf343f2063ccb224e5f8b713abcf29983d9284571c9f39ac68eda81bee3f69ce771bac8cd39b1463bea2302be26187b08bf949957bbefdd0ea06c2ea3)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue