mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to nightly-2026-02-02
This commit is contained in:
parent
0a640e9b16
commit
40aee576e2
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.1
|
||||
pkgver = 2026.2.2
|
||||
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-01/ruffle-nightly-2026_02_01-linux-x86_64.tar.gz
|
||||
sha512sums_x86_64 = 4da308ae4969d1786b74052743bc9feb645728354f281e09bcc0085e5b26e789a9fbf427e9f779f5043a354cc08b3889a455f557f75e310a9303e3a447b6bbba
|
||||
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-01/ruffle-nightly-2026_02_01-linux-aarch64.tar.gz
|
||||
sha512sums_aarch64 = 1866773b071f2c24614a411dc86d4d3917d7b138229f41e9d3c7cecf3e7a93c9d319f2ee82f08f65e7350fd6d467579a4adbbe20200376f4930f78bbf442641c
|
||||
source_x86_64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-02/ruffle-nightly-2026_02_02-linux-x86_64.tar.gz
|
||||
sha512sums_x86_64 = 5e8bff68e162c08838c07549a1e28f253a010deed797f8f223117844a32fd2f0c607591981f1385821ab975c6ad80e3076265e34a17cacf3af5fdecfc1820b47
|
||||
source_aarch64 = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-02/ruffle-nightly-2026_02_02-linux-aarch64.tar.gz
|
||||
sha512sums_aarch64 = 771ecb5830ea66b61ddb86a15f7782399a3283045606f39dd784da76c080c3c072778305c8cdf8ce1a6ab8306db44ae979a92f40eeb18549ccb9e047e25a064a
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2026.2.1
|
||||
pkgver=2026.2.2
|
||||
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-01/ruffle-nightly-2026_02_01-linux-x86_64.tar.gz")
|
||||
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-01/ruffle-nightly-2026_02_01-linux-aarch64.tar.gz")
|
||||
sha512sums_x86_64=(4da308ae4969d1786b74052743bc9feb645728354f281e09bcc0085e5b26e789a9fbf427e9f779f5043a354cc08b3889a455f557f75e310a9303e3a447b6bbba)
|
||||
sha512sums_aarch64=(1866773b071f2c24614a411dc86d4d3917d7b138229f41e9d3c7cecf3e7a93c9d319f2ee82f08f65e7350fd6d467579a4adbbe20200376f4930f78bbf442641c)
|
||||
source_x86_64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-02/ruffle-nightly-2026_02_02-linux-x86_64.tar.gz")
|
||||
source_aarch64=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-2026-02-02/ruffle-nightly-2026_02_02-linux-aarch64.tar.gz")
|
||||
sha512sums_x86_64=(5e8bff68e162c08838c07549a1e28f253a010deed797f8f223117844a32fd2f0c607591981f1385821ab975c6ad80e3076265e34a17cacf3af5fdecfc1820b47)
|
||||
sha512sums_aarch64=(771ecb5830ea66b61ddb86a15f7782399a3283045606f39dd784da76c080c3c072778305c8cdf8ce1a6ab8306db44ae979a92f40eeb18549ccb9e047e25a064a)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue