mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-10-24
This commit is contained in:
parent
f4e3a82955
commit
c1763c2bda
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 = 2024.10.23
|
||||
pkgver = 2024.10.24
|
||||
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-2024-10-23/ruffle-nightly-2024_10_23-linux-x86_64.tar.gz
|
||||
sha512sums = 29a17485b20fc42d0da56e22b85d617b62f2c53fa16e03fecf8ea0db181080e9e95d5032c1bda4451976242ee6b67002b0b3c00f55df4ec25bfe5bf240d620d4
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-10-24/ruffle-nightly-2024_10_24-linux-x86_64.tar.gz
|
||||
sha512sums = 916cc22e84918a9dbaa1433a7e7469aef7d1e02e671ffa6fd33fc5de2138fed831521360f57f044b033ed8a8520e2348771ab0efcb7aa2d56e74c08a6bcf6176
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.10.23
|
||||
pkgver=2024.10.24
|
||||
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=(29a17485b20fc42d0da56e22b85d617b62f2c53fa16e03fecf8ea0db181080e9e95d5032c1bda4451976242ee6b67002b0b3c00f55df4ec25bfe5bf240d620d4)
|
||||
sha512sums=(916cc22e84918a9dbaa1433a7e7469aef7d1e02e671ffa6fd33fc5de2138fed831521360f57f044b033ed8a8520e2348771ab0efcb7aa2d56e74c08a6bcf6176)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue