mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-10-27
This commit is contained in:
parent
f398294cc6
commit
2744664e7a
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.10.26
|
||||
pkgver = 2024.10.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-10-26/ruffle-nightly-2024_10_26-linux-x86_64.tar.gz
|
||||
sha512sums = fd02118144795be465998c5e2fed6643b0d2f0df02b9cbf87c36db7bd0eb701e69aee9b2f26cc851b65a02408ebf5f60ce9e9c70b442dccfd4b3af66e6b9686f
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-10-27/ruffle-nightly-2024_10_27-linux-x86_64.tar.gz
|
||||
sha512sums = 4df2bf9ed36ce4446485c354b7b7a0434817e8b4a928d657300579f5821745bdb1abd33b3d5b28f7ec25fd6154c519b455e3bbb8c3ea32449bdd0a1b1000f243
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.10.26
|
||||
pkgver=2024.10.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=(fd02118144795be465998c5e2fed6643b0d2f0df02b9cbf87c36db7bd0eb701e69aee9b2f26cc851b65a02408ebf5f60ce9e9c70b442dccfd4b3af66e6b9686f)
|
||||
sha512sums=(4df2bf9ed36ce4446485c354b7b7a0434817e8b4a928d657300579f5821745bdb1abd33b3d5b28f7ec25fd6154c519b455e3bbb8c3ea32449bdd0a1b1000f243)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue