mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-09-27
This commit is contained in:
parent
bcedb8da8d
commit
2f4e4c4409
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.26
|
||||
pkgver = 2024.09.27
|
||||
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-26/ruffle-nightly-2024_09_26-linux-x86_64.tar.gz
|
||||
sha512sums = f65b4cc40bc12b34802ea8f720e6dd91032bb1883711df7532f6b0626ed5b498d8130015ae68cde8036fbd702333ab8463facdc1bf4b32bb88ba20b9cb09c43b
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-09-27/ruffle-nightly-2024_09_27-linux-x86_64.tar.gz
|
||||
sha512sums = dc4a190acd3147ac9ea0e3faefc1d856908bbdcb2db2e3a48ab5994e38379c33fec00d5ba85c4aa7ba6ec856c7c0193eb62c138f9709d3b49da555df50d0f81b
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.09.26
|
||||
pkgver=2024.09.27
|
||||
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=(f65b4cc40bc12b34802ea8f720e6dd91032bb1883711df7532f6b0626ed5b498d8130015ae68cde8036fbd702333ab8463facdc1bf4b32bb88ba20b9cb09c43b)
|
||||
sha512sums=(dc4a190acd3147ac9ea0e3faefc1d856908bbdcb2db2e3a48ab5994e38379c33fec00d5ba85c4aa7ba6ec856c7c0193eb62c138f9709d3b49da555df50d0f81b)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue