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