mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-03-19
This commit is contained in:
parent
8310ea9230
commit
c0f250e6fb
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.03.17
|
||||
pkgver = 2024.03.19
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle-git
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-03-17/ruffle-nightly-2024_03_17-linux-x86_64.tar.gz
|
||||
sha512sums = b9290b082d2a47761ca019d575c31f398289f8bfcaab5ccc32594a16ef6814e4b639b01b2771fbeb8749209f2d3175780e5c7a7fdaa29ade8249bc8cf7a14905
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-03-19/ruffle-nightly-2024_03_19-linux-x86_64.tar.gz
|
||||
sha512sums = 7c573cb7d9f467c6458f32be19a8a12d50fb4c53dadb56add69ec55ef17ecfbe8c22c6263c5484c4125a0efc3775d1e091b4c8df3d930c3d967f9a234e03e4a0
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.03.17
|
||||
pkgver=2024.03.19
|
||||
pkgrel=1
|
||||
pkgdesc="A Flash Player emulator written in Rust"
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ depends=(openssl 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=(b9290b082d2a47761ca019d575c31f398289f8bfcaab5ccc32594a16ef6814e4b639b01b2771fbeb8749209f2d3175780e5c7a7fdaa29ade8249bc8cf7a14905)
|
||||
sha512sums=(7c573cb7d9f467c6458f32be19a8a12d50fb4c53dadb56add69ec55ef17ecfbe8c22c6263c5484c4125a0efc3775d1e091b4c8df3d930c3d967f9a234e03e4a0)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue