mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-02-21
This commit is contained in:
parent
426ae3016a
commit
e80da15336
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.20
|
||||
pkgver = 2024.02.21
|
||||
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-20/ruffle-nightly-2024_02_20-linux-x86_64.tar.gz
|
||||
sha512sums = a9d7970c18991ec8bf6c67c246668b362f92589146325d555e49002fb103a792357282e6c3f3da528b4634632c816d73c7d1cc4f8824022a1584ad96794acf46
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-02-21/ruffle-nightly-2024_02_21-linux-x86_64.tar.gz
|
||||
sha512sums = 8917842745edc3fe575b19839995dcfd983393507b16ba79142ea140769b31056c7570cf5e0b84db76f5f4dd0488a6c58beae79afc0724a744d4560a613c25b1
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.02.20
|
||||
pkgver=2024.02.21
|
||||
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=(a9d7970c18991ec8bf6c67c246668b362f92589146325d555e49002fb103a792357282e6c3f3da528b4634632c816d73c7d1cc4f8824022a1584ad96794acf46)
|
||||
sha512sums=(8917842745edc3fe575b19839995dcfd983393507b16ba79142ea140769b31056c7570cf5e0b84db76f5f4dd0488a6c58beae79afc0724a744d4560a613c25b1)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue