mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-04-22
This commit is contained in:
parent
a1d282f60a
commit
aae22f6d9e
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.04.20
|
||||
pkgver = 2025.04.22
|
||||
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-04-20/ruffle-nightly-2025_04_20-linux-x86_64.tar.gz
|
||||
sha512sums = 65df17ca6f81ac37e740a091d7ff3ae4d2de5cdd8a4f8024e4f46df15989914ab70816e97a897a15f3f6255971ff6fb51ab3b961ddc81806fc49949fc6e0d13a
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-04-22/ruffle-nightly-2025_04_22-linux-x86_64.tar.gz
|
||||
sha512sums = 635731a9bdfcb66ab852aa75da136b962be5cc1e62c82de312d4153b5a0fc5b07e5f1b0786e833e18ba72a26d24eb2a1fb645a8c1d3904947bfa337b5b19288e
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.04.20
|
||||
pkgver=2025.04.22
|
||||
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=(65df17ca6f81ac37e740a091d7ff3ae4d2de5cdd8a4f8024e4f46df15989914ab70816e97a897a15f3f6255971ff6fb51ab3b961ddc81806fc49949fc6e0d13a)
|
||||
sha512sums=(635731a9bdfcb66ab852aa75da136b962be5cc1e62c82de312d4153b5a0fc5b07e5f1b0786e833e18ba72a26d24eb2a1fb645a8c1d3904947bfa337b5b19288e)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue