mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-09-17
This commit is contained in:
parent
94bd34dd17
commit
387bc9fd67
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.09.16
|
||||
pkgver = 2024.09.17
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-09-16/ruffle-nightly-2024_09_16-linux-x86_64.tar.gz
|
||||
sha512sums = 9585a9dcd65692fe28dd8e57083a3db561bb9ac865106a5e2161b59945770731b608c52a05098eedcd9fa419114e87665fcede008c8af8534da189b2a54cd6ea
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-09-17/ruffle-nightly-2024_09_17-linux-x86_64.tar.gz
|
||||
sha512sums = 17dd1732815a8c2fcc4f85fd51690d03146815cd77c12bf514b10011f67392713f7bf1b1b703eeac36dcde4c2337f21d0f247ed950c3679c5c328d26c6a917d7
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.09.16
|
||||
pkgver=2024.09.17
|
||||
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)
|
||||
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
|
||||
sha512sums=(9585a9dcd65692fe28dd8e57083a3db561bb9ac865106a5e2161b59945770731b608c52a05098eedcd9fa419114e87665fcede008c8af8534da189b2a54cd6ea)
|
||||
sha512sums=(17dd1732815a8c2fcc4f85fd51690d03146815cd77c12bf514b10011f67392713f7bf1b1b703eeac36dcde4c2337f21d0f247ed950c3679c5c328d26c6a917d7)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue