mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-07-09
This commit is contained in:
parent
d92a33666e
commit
5469a358eb
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.07.08
|
||||
pkgver = 2024.07.09
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle-git
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-07-08/ruffle-nightly-2024_07_08-linux-x86_64.tar.gz
|
||||
sha512sums = 3ee179726740c94b652666a1b4331378c81a9f625a7a1973cb8f4ffd5bed72b6ebb56cbb498f2d0aa473e25b26428361eecac09930ecbd9a1773bd13d3ecbccb
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-07-09/ruffle-nightly-2024_07_09-linux-x86_64.tar.gz
|
||||
sha512sums = 5abd6589bbe19ec31e0174dacc136963f9da0183aa1ea79b7588158a85373040e0d6840be24d2085776ee0ae7a4af6fe0fdc411ea25f9e475a9c67cbee45d14d
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.07.08
|
||||
pkgver=2024.07.09
|
||||
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-git)
|
||||
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
|
||||
sha512sums=(3ee179726740c94b652666a1b4331378c81a9f625a7a1973cb8f4ffd5bed72b6ebb56cbb498f2d0aa473e25b26428361eecac09930ecbd9a1773bd13d3ecbccb)
|
||||
sha512sums=(5abd6589bbe19ec31e0174dacc136963f9da0183aa1ea79b7588158a85373040e0d6840be24d2085776ee0ae7a4af6fe0fdc411ea25f9e475a9c67cbee45d14d)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue