mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-04-20
This commit is contained in:
parent
f0b259056d
commit
7925746dbc
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.19
|
||||
pkgver = 2024.04.20
|
||||
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-19/ruffle-nightly-2024_04_19-linux-x86_64.tar.gz
|
||||
sha512sums = a94d7646fd62cf1fbd5147e543558ed943c09778c2f2dd016f8d0ffbd074ae0dd71efdca2b476a5f053011bba7ac1d115fc62f81b693eacda8da20616826ea72
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-04-20/ruffle-nightly-2024_04_20-linux-x86_64.tar.gz
|
||||
sha512sums = 728e53ec26efefff850814900d5ec58c1c3557efcaa887dfbf42f7978cebd8f26e73e097f670702435e55c15e600f24f0b91588bca27fcdd213281ed656dbd40
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.04.19
|
||||
pkgver=2024.04.20
|
||||
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=(a94d7646fd62cf1fbd5147e543558ed943c09778c2f2dd016f8d0ffbd074ae0dd71efdca2b476a5f053011bba7ac1d115fc62f81b693eacda8da20616826ea72)
|
||||
sha512sums=(728e53ec26efefff850814900d5ec58c1c3557efcaa887dfbf42f7978cebd8f26e73e097f670702435e55c15e600f24f0b91588bca27fcdd213281ed656dbd40)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue