mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-07-16
This commit is contained in:
parent
5e4acc619a
commit
a869a312cb
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.07.15
|
||||
pkgver = 2025.07.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-07-15/ruffle-nightly-2025_07_15-linux-x86_64.tar.gz
|
||||
sha512sums = fbb6a3a62248f1c1859a7b8a622c99434bbf6c4f36c05af6479ffc90f7a74489ae10dc3a495a963ff2c33d2f4709e2463b7a360dfc4c68c56dc7385efb798230
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-07-16/ruffle-nightly-2025_07_16-linux-x86_64.tar.gz
|
||||
sha512sums = a702599563d3ecfd552592ad5fd3ffb99c521c5a848f9fd620a8da16f9d6156c27a4d1859f01e452f197c332dd107d74df0b0b78fda422fb3cd6a4225a1fae62
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.07.15
|
||||
pkgver=2025.07.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=(fbb6a3a62248f1c1859a7b8a622c99434bbf6c4f36c05af6479ffc90f7a74489ae10dc3a495a963ff2c33d2f4709e2463b7a360dfc4c68c56dc7385efb798230)
|
||||
sha512sums=(a702599563d3ecfd552592ad5fd3ffb99c521c5a848f9fd620a8da16f9d6156c27a4d1859f01e452f197c332dd107d74df0b0b78fda422fb3cd6a4225a1fae62)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue