mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-02-28
This commit is contained in:
parent
3dd7f71270
commit
b487e369b6
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.02.27
|
||||
pkgver = 2024.02.28
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle-git
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-02-27/ruffle-nightly-2024_02_27-linux-x86_64.tar.gz
|
||||
sha512sums = e788fd2e9714eb8e389a7e1421f46b123eac86ad2410ac47a4acef28e94e285fb269e587e646f07658ee2d0e0b82f304b75d257a6a090b39c1a5b1c481667ec2
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-02-28/ruffle-nightly-2024_02_28-linux-x86_64.tar.gz
|
||||
sha512sums = 64b72ac46c3b1d21799fd11737b4ff87bd47044d971e4083d133999d3ace2490f2751123e8d290d93341249843c98c1ed0fd6ba15e4780593b56d9eca98746b3
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.02.27
|
||||
pkgver=2024.02.28
|
||||
pkgrel=1
|
||||
pkgdesc="A Flash Player emulator written in Rust"
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ depends=(openssl 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=(e788fd2e9714eb8e389a7e1421f46b123eac86ad2410ac47a4acef28e94e285fb269e587e646f07658ee2d0e0b82f304b75d257a6a090b39c1a5b1c481667ec2)
|
||||
sha512sums=(64b72ac46c3b1d21799fd11737b4ff87bd47044d971e4083d133999d3ace2490f2751123e8d290d93341249843c98c1ed0fd6ba15e4780593b56d9eca98746b3)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue