mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-11-24
This commit is contained in:
parent
1646b23fb5
commit
aa1d898adf
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.11.23
|
||||
pkgver = 2024.11.24
|
||||
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-11-23/ruffle-nightly-2024_11_23-linux-x86_64.tar.gz
|
||||
sha512sums = 861780555cf8b38c7f6593ee652e1f65c3a3003d483488e2d1e3b1e08c454510941c36dc9533860a5bef78a4360e651ab3f02d6a5d4d2ad961ad1b6101143db4
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-11-24/ruffle-nightly-2024_11_24-linux-x86_64.tar.gz
|
||||
sha512sums = 9463a3c84b6fb379f4443753344bac7a3d68c783e8079064997d1b8c96d1e2287caaf3963a6b138220dfd07f382c9b51fb4ebd6baf0acbe8b6504d761b12572c
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.11.23
|
||||
pkgver=2024.11.24
|
||||
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=(861780555cf8b38c7f6593ee652e1f65c3a3003d483488e2d1e3b1e08c454510941c36dc9533860a5bef78a4360e651ab3f02d6a5d4d2ad961ad1b6101143db4)
|
||||
sha512sums=(9463a3c84b6fb379f4443753344bac7a3d68c783e8079064997d1b8c96d1e2287caaf3963a6b138220dfd07f382c9b51fb4ebd6baf0acbe8b6504d761b12572c)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue