mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-06-20
This commit is contained in:
parent
dffb77aa38
commit
c0fc953e9d
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.19
|
||||
pkgver = 2025.06.20
|
||||
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-19/ruffle-nightly-2025_06_19-linux-x86_64.tar.gz
|
||||
sha512sums = 5c2353431fb7bc729dd1f8dafe937a554f96b336fe4f069de481da0d03af71d7edda44ddebc2d989830bda68eff4c5cd81e18d10fc1815b9b0340f4e8fdb5c87
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-06-20/ruffle-nightly-2025_06_20-linux-x86_64.tar.gz
|
||||
sha512sums = 47b67a3508d128df1c0928b083d0cfb0c075dd0de853afc0ec671e9f443f61415b33723818b8ce3094b4c723e05c5d5ba30ae1af47d693ed2a185b15fb51a4fd
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.06.19
|
||||
pkgver=2025.06.20
|
||||
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=(5c2353431fb7bc729dd1f8dafe937a554f96b336fe4f069de481da0d03af71d7edda44ddebc2d989830bda68eff4c5cd81e18d10fc1815b9b0340f4e8fdb5c87)
|
||||
sha512sums=(47b67a3508d128df1c0928b083d0cfb0c075dd0de853afc0ec671e9f443f61415b33723818b8ce3094b4c723e05c5d5ba30ae1af47d693ed2a185b15fb51a4fd)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue