mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-08-06
This commit is contained in:
parent
7147b5250c
commit
6417f2107d
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.08.05
|
||||
pkgver = 2025.08.06
|
||||
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-08-05/ruffle-nightly-2025_08_05-linux-x86_64.tar.gz
|
||||
sha512sums = 2c282c9621c0f67f9723807342afc87029409b5d1d80aac4399764b12b53f13766c81afac695ce15e35ff06056098084b41b2ddfcbd1b584fc21b182f5127d7a
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-08-06/ruffle-nightly-2025_08_06-linux-x86_64.tar.gz
|
||||
sha512sums = 62f85acc4ff11e2524c79b64144d2664efe05529cc41d6c7291a64fed84f8af804cdf957496f75ed77ce6d03a6c4a74f3d21d3f39be9f406087ae10eb6064af7
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.08.05
|
||||
pkgver=2025.08.06
|
||||
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=(2c282c9621c0f67f9723807342afc87029409b5d1d80aac4399764b12b53f13766c81afac695ce15e35ff06056098084b41b2ddfcbd1b584fc21b182f5127d7a)
|
||||
sha512sums=(62f85acc4ff11e2524c79b64144d2664efe05529cc41d6c7291a64fed84f8af804cdf957496f75ed77ce6d03a6c4a74f3d21d3f39be9f406087ae10eb6064af7)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue