mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-05-20
This commit is contained in:
parent
d21bae9562
commit
b3561d431d
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ruffle-nightly-bin
|
||||
pkgdesc = A Flash Player emulator written in Rust
|
||||
pkgver = 2025.05.18
|
||||
pkgver = 2025.05.20
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-05-18/ruffle-nightly-2025_05_18-linux-x86_64.tar.gz
|
||||
sha512sums = 20ddee7fe14f37bbaa4d037503a32e3c5ea479f7c026577b4b05d1a8dfbc82626a76c7abef7870a899af670654120d0c8300585fb9608a80e091a6b3b039ed43
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-05-20/ruffle-nightly-2025_05_20-linux-x86_64.tar.gz
|
||||
sha512sums = 9b5d0898fc42d8b9c126e471a978d10e04aee005df3f47dea920819051f54dd512677864f2d3fcf8822c65283776c4e612f59d2ab3a02f4fa738c97280f5d09c
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.05.18
|
||||
pkgver=2025.05.20
|
||||
pkgrel=1
|
||||
pkgdesc="A Flash Player emulator written in Rust"
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ depends=(zlib libxcb alsa-lib)
|
|||
provides=(ruffle)
|
||||
conflicts=(ruffle)
|
||||
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
|
||||
sha512sums=(20ddee7fe14f37bbaa4d037503a32e3c5ea479f7c026577b4b05d1a8dfbc82626a76c7abef7870a899af670654120d0c8300585fb9608a80e091a6b3b039ed43)
|
||||
sha512sums=(9b5d0898fc42d8b9c126e471a978d10e04aee005df3f47dea920819051f54dd512677864f2d3fcf8822c65283776c4e612f59d2ab3a02f4fa738c97280f5d09c)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue