mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-04-23
This commit is contained in:
parent
6f35c89a22
commit
5aee59ba32
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.04.22
|
||||
pkgver = 2024.04.23
|
||||
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-04-22/ruffle-nightly-2024_04_22-linux-x86_64.tar.gz
|
||||
sha512sums = 327fa2a13d1f107c7714019785eb9e29e848a8a1622dca6b44ab31e875dea0864ddaabefe53acc7c1d54921e6f87bea8fbf3ce951f744ace6cef93cc0578e994
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-04-23/ruffle-nightly-2024_04_23-linux-x86_64.tar.gz
|
||||
sha512sums = e55194e6680b6f9c81f82f8ab42cf515ff0d3280a1fe1e164052d6eae6fb17dcf09d3d387600d5e382c5b06312707abe84e7c6885816525743d9c02c9c5bbd73
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.04.22
|
||||
pkgver=2024.04.23
|
||||
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=(327fa2a13d1f107c7714019785eb9e29e848a8a1622dca6b44ab31e875dea0864ddaabefe53acc7c1d54921e6f87bea8fbf3ce951f744ace6cef93cc0578e994)
|
||||
sha512sums=(e55194e6680b6f9c81f82f8ab42cf515ff0d3280a1fe1e164052d6eae6fb17dcf09d3d387600d5e382c5b06312707abe84e7c6885816525743d9c02c9c5bbd73)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue