mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-12-10
This commit is contained in:
parent
3e7d81a4b2
commit
b1f88c6246
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.09
|
||||
pkgver = 2024.12.10
|
||||
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-09/ruffle-nightly-2024_12_09-linux-x86_64.tar.gz
|
||||
sha512sums = 6ad7941eba02db28edbde45a736b74686c7dabe468e10449dec0cbfaa42a3d42bb1b0ae348cad29fce0d57276fc13ea7fbb17220a43ba30076e13727f7d0fd18
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-12-10/ruffle-nightly-2024_12_10-linux-x86_64.tar.gz
|
||||
sha512sums = b0894c58a2e11743e091f6f71346ba8e628209511fc625bb823aa77faf6026cf6380d9a309e317a39295e73157a567511a8aee238016e549be258c8487208b90
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.12.09
|
||||
pkgver=2024.12.10
|
||||
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=(6ad7941eba02db28edbde45a736b74686c7dabe468e10449dec0cbfaa42a3d42bb1b0ae348cad29fce0d57276fc13ea7fbb17220a43ba30076e13727f7d0fd18)
|
||||
sha512sums=(b0894c58a2e11743e091f6f71346ba8e628209511fc625bb823aa77faf6026cf6380d9a309e317a39295e73157a567511a8aee238016e549be258c8487208b90)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue