mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-05-16
This commit is contained in:
parent
fd0fc38e78
commit
9c33d52997
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.05.15
|
||||
pkgver = 2024.05.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-git
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-05-15/ruffle-nightly-2024_05_15-linux-x86_64.tar.gz
|
||||
sha512sums = cd247e60f46b112bc507360e8ada588e654a13799a8f9b9975873838b94cdaeacd64b4c637be6023db1748f5151fe4b669ce72f53b34ca9d6ebde9c356d92121
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-05-16/ruffle-nightly-2024_05_16-linux-x86_64.tar.gz
|
||||
sha512sums = 4e854f1816ba8d9aa7f2cab6c70a477f5c8a3505c91aafacfdfc73a5498ccfa1659b691eee5e30df498f33698a9c40dcd47bcd56e2169e324963fc3cdacd2790
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.05.15
|
||||
pkgver=2024.05.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-git)
|
||||
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
|
||||
sha512sums=(cd247e60f46b112bc507360e8ada588e654a13799a8f9b9975873838b94cdaeacd64b4c637be6023db1748f5151fe4b669ce72f53b34ca9d6ebde9c356d92121)
|
||||
sha512sums=(4e854f1816ba8d9aa7f2cab6c70a477f5c8a3505c91aafacfdfc73a5498ccfa1659b691eee5e30df498f33698a9c40dcd47bcd56e2169e324963fc3cdacd2790)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue