mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-08-04
This commit is contained in:
parent
873c985c52
commit
9111588db5
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.03
|
||||
pkgver = 2025.08.04
|
||||
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-03/ruffle-nightly-2025_08_03-linux-x86_64.tar.gz
|
||||
sha512sums = 9e5d28aee9900b9ad237381152bc2a7141215724a3c8967d77edeb813e0f8ba323c0d4b3ae6ef3df03f29fed5797567552361cd2ca9419d38ef5234abd915a01
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-08-04/ruffle-nightly-2025_08_04-linux-x86_64.tar.gz
|
||||
sha512sums = da689dedf5ad528ed75250c308ddefb25fb944bff0fb39db0fc21d22b9e98c6ace35345cf79752d3d17ed40018e24cb4ad150f4be49c38048194fec1f56425d1
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.08.03
|
||||
pkgver=2025.08.04
|
||||
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=(9e5d28aee9900b9ad237381152bc2a7141215724a3c8967d77edeb813e0f8ba323c0d4b3ae6ef3df03f29fed5797567552361cd2ca9419d38ef5234abd915a01)
|
||||
sha512sums=(da689dedf5ad528ed75250c308ddefb25fb944bff0fb39db0fc21d22b9e98c6ace35345cf79752d3d17ed40018e24cb4ad150f4be49c38048194fec1f56425d1)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue