mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-06-16
This commit is contained in:
parent
0f2aadfe91
commit
28fe44fc1a
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.06.15
|
||||
pkgver = 2025.06.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-06-15/ruffle-nightly-2025_06_15-linux-x86_64.tar.gz
|
||||
sha512sums = 9f31a34f8e010b3ac590307336cb617f2c73bda7491a8d9522c188c042bdeafdfbd4e0ed1ae03c16c848eb870c24f85441594c4412669acfd3f0914a9359b769
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-06-16/ruffle-nightly-2025_06_16-linux-x86_64.tar.gz
|
||||
sha512sums = 0a8d9c41dc520f54f1aeae2b4777ded9f067ae0d0d58eef983b222b3c3b5a8162e506d7b83b6cef00d34a2ae9d65b45181b189e8b26ea763d4b233a1c88b827c
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.06.15
|
||||
pkgver=2025.06.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=(9f31a34f8e010b3ac590307336cb617f2c73bda7491a8d9522c188c042bdeafdfbd4e0ed1ae03c16c848eb870c24f85441594c4412669acfd3f0914a9359b769)
|
||||
sha512sums=(0a8d9c41dc520f54f1aeae2b4777ded9f067ae0d0d58eef983b222b3c3b5a8162e506d7b83b6cef00d34a2ae9d65b45181b189e8b26ea763d4b233a1c88b827c)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue