mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-03-25
This commit is contained in:
parent
71664a5388
commit
aeedba3f13
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.24
|
||||
pkgver = 2024.03.25
|
||||
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-24/ruffle-nightly-2024_03_24-linux-x86_64.tar.gz
|
||||
sha512sums = dfe2f6f233db36300b27f3c8a2c6d2315888f3e0190a093821db79628bb39e6513bd0318e56a0a26f7c1ae5443a3e0833eb32e6c1a22c18c9918abc6e941d9b3
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-03-25/ruffle-nightly-2024_03_25-linux-x86_64.tar.gz
|
||||
sha512sums = 38850b5c51b37199649d9d39bd56fce5e42be106830b14fcddc33596651e42f5f9b2320085507bd6ac049b6622167772667ffafad5c02ce224679dc1f84cc446
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.03.24
|
||||
pkgver=2024.03.25
|
||||
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=(dfe2f6f233db36300b27f3c8a2c6d2315888f3e0190a093821db79628bb39e6513bd0318e56a0a26f7c1ae5443a3e0833eb32e6c1a22c18c9918abc6e941d9b3)
|
||||
sha512sums=(38850b5c51b37199649d9d39bd56fce5e42be106830b14fcddc33596651e42f5f9b2320085507bd6ac049b6622167772667ffafad5c02ce224679dc1f84cc446)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue