mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-04-16
This commit is contained in:
parent
6e3299958c
commit
44f66a2208
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.15
|
||||
pkgver = 2025.04.16
|
||||
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-15/ruffle-nightly-2025_04_15-linux-x86_64.tar.gz
|
||||
sha512sums = ab41350f0475a5750aafeab8cbe031893f2206f68f47890e69e35963eaf6375b5b9247f2ba711577f80d9c6d2a9093e956f028e60b0a803b2a3208076c682a1c
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-04-16/ruffle-nightly-2025_04_16-linux-x86_64.tar.gz
|
||||
sha512sums = e6ee053bcdcf672a5616f17aba7bfe591edb08204d4cfe7152353df6d2eb85db694eaa96f5331ac1ef6bfcac151d93ea221fb15505ce4cea08500ff969c9b899
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.04.15
|
||||
pkgver=2025.04.16
|
||||
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=(ab41350f0475a5750aafeab8cbe031893f2206f68f47890e69e35963eaf6375b5b9247f2ba711577f80d9c6d2a9093e956f028e60b0a803b2a3208076c682a1c)
|
||||
sha512sums=(e6ee053bcdcf672a5616f17aba7bfe591edb08204d4cfe7152353df6d2eb85db694eaa96f5331ac1ef6bfcac151d93ea221fb15505ce4cea08500ff969c9b899)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue