mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-02-29
This commit is contained in:
parent
b487e369b6
commit
f66138ba15
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.02.28
|
||||
pkgver = 2024.02.29
|
||||
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-02-28/ruffle-nightly-2024_02_28-linux-x86_64.tar.gz
|
||||
sha512sums = 64b72ac46c3b1d21799fd11737b4ff87bd47044d971e4083d133999d3ace2490f2751123e8d290d93341249843c98c1ed0fd6ba15e4780593b56d9eca98746b3
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-02-29/ruffle-nightly-2024_02_29-linux-x86_64.tar.gz
|
||||
sha512sums = ec6fd0652ef23b28e5f425072329b1d5e8a7c02e1fea60f995cb48d16b35497bb8712ef852cb060cc9fa330b51511a2ee14a2ee4892a3f3111417e2994932596
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.02.28
|
||||
pkgver=2024.02.29
|
||||
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=(64b72ac46c3b1d21799fd11737b4ff87bd47044d971e4083d133999d3ace2490f2751123e8d290d93341249843c98c1ed0fd6ba15e4780593b56d9eca98746b3)
|
||||
sha512sums=(ec6fd0652ef23b28e5f425072329b1d5e8a7c02e1fea60f995cb48d16b35497bb8712ef852cb060cc9fa330b51511a2ee14a2ee4892a3f3111417e2994932596)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue