mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-12-12
This commit is contained in:
parent
01977b279e
commit
3fa657464b
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.12.11
|
||||
pkgver = 2024.12.12
|
||||
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-12-11/ruffle-nightly-2024_12_11-linux-x86_64.tar.gz
|
||||
sha512sums = 6655a0a5cd82b53b4a74c675e69708afc5e514067517411aa5f0c5e0b22945740928e12d22a7ae39c474b37a552d0720f96945ed64540ffba38b63d1d4b1ca75
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-12-12/ruffle-nightly-2024_12_12-linux-x86_64.tar.gz
|
||||
sha512sums = b741bde5e7e05b65e889c5139e65081733a960f6b976afc9f040fab532f7e36da629fddb8f29f42da68227fa3a98129d7b3390feb94c95cfa3b035bcbdade5a6
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.12.11
|
||||
pkgver=2024.12.12
|
||||
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=(6655a0a5cd82b53b4a74c675e69708afc5e514067517411aa5f0c5e0b22945740928e12d22a7ae39c474b37a552d0720f96945ed64540ffba38b63d1d4b1ca75)
|
||||
sha512sums=(b741bde5e7e05b65e889c5139e65081733a960f6b976afc9f040fab532f7e36da629fddb8f29f42da68227fa3a98129d7b3390feb94c95cfa3b035bcbdade5a6)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue