mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-06-11
This commit is contained in:
parent
aa9a4b0ee0
commit
0d380c7060
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.10
|
||||
pkgver = 2025.06.11
|
||||
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-10/ruffle-nightly-2025_06_10-linux-x86_64.tar.gz
|
||||
sha512sums = a5adad70420e99a686d32c731eaf01d52670617ce024529af3c4e7d283cc99fc16a37af14041c2984245be7c4887a5cf135e50ee2bb6780ddf0a86974f00ab0f
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-06-11/ruffle-nightly-2025_06_11-linux-x86_64.tar.gz
|
||||
sha512sums = 1aa245256b36f5747b794f3caad491201b572e88f970c7c594d255290734244884fb9a6bf865a0ca4dd287e4cb92031feb098ff27fff89716ddf2af2bd51b004
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.06.10
|
||||
pkgver=2025.06.11
|
||||
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=(a5adad70420e99a686d32c731eaf01d52670617ce024529af3c4e7d283cc99fc16a37af14041c2984245be7c4887a5cf135e50ee2bb6780ddf0a86974f00ab0f)
|
||||
sha512sums=(1aa245256b36f5747b794f3caad491201b572e88f970c7c594d255290734244884fb9a6bf865a0ca4dd287e4cb92031feb098ff27fff89716ddf2af2bd51b004)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue