mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-08-26
This commit is contained in:
parent
bc48f710f8
commit
fcaefc5bad
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.08.25
|
||||
pkgver = 2024.08.26
|
||||
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-08-25/ruffle-nightly-2024_08_25-linux-x86_64.tar.gz
|
||||
sha512sums = be60ba01033d44539347825e785474b34d649abdcb6342f721aba51f017ad166f25c3413d5515d0dad0c4baff3796774354b2b2141946c6d9d0d3f10fd91fc81
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-08-26/ruffle-nightly-2024_08_26-linux-x86_64.tar.gz
|
||||
sha512sums = fd51e443987e170fe897f7e1c622c7afaa997af1aba1e0279a4c14d822306877196f46862897f8cb15a1351dd56bec6ec8e71adb2e4fcd345824794c3172fdfe
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.08.25
|
||||
pkgver=2024.08.26
|
||||
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=(be60ba01033d44539347825e785474b34d649abdcb6342f721aba51f017ad166f25c3413d5515d0dad0c4baff3796774354b2b2141946c6d9d0d3f10fd91fc81)
|
||||
sha512sums=(fd51e443987e170fe897f7e1c622c7afaa997af1aba1e0279a4c14d822306877196f46862897f8cb15a1351dd56bec6ec8e71adb2e4fcd345824794c3172fdfe)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue