mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-02-21
This commit is contained in:
parent
fa88fb9a21
commit
36ec011372
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.02.20
|
||||
pkgver = 2025.02.21
|
||||
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-02-20/ruffle-nightly-2025_02_20-linux-x86_64.tar.gz
|
||||
sha512sums = 649515a33fe9a170ff904b6a5e9501c6956e405927763fc9aa2c618f35d5fd8060b061c272cc20306cd469aace2670fab72933b4bde4eb8af42d5c61cf33159c
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-02-21/ruffle-nightly-2025_02_21-linux-x86_64.tar.gz
|
||||
sha512sums = b51e9449afa2f8a6e7874a382a24db920ba0d65eacf52a48dc4850d9983f9bc4acaba628b06453bb74626470ea07cd8afbfd3fb29be6fa2ab3589b7b9e784b9a
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.02.20
|
||||
pkgver=2025.02.21
|
||||
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=(649515a33fe9a170ff904b6a5e9501c6956e405927763fc9aa2c618f35d5fd8060b061c272cc20306cd469aace2670fab72933b4bde4eb8af42d5c61cf33159c)
|
||||
sha512sums=(b51e9449afa2f8a6e7874a382a24db920ba0d65eacf52a48dc4850d9983f9bc4acaba628b06453bb74626470ea07cd8afbfd3fb29be6fa2ab3589b7b9e784b9a)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue