mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-04-18
This commit is contained in:
parent
2357b7f34a
commit
6de9fce9a9
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.04.17
|
||||
pkgver = 2024.04.18
|
||||
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-04-17/ruffle-nightly-2024_04_17-linux-x86_64.tar.gz
|
||||
sha512sums = fa076fa453dcd97dd800a694f0fc1e56b25055d0d3c9f1fa0da3c9493cac5882648bdaa1fed9eaaf9d3a444ab96eb9aa2854f5f8cfe8cf1ef8e0a22e80abdba5
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-04-18/ruffle-nightly-2024_04_18-linux-x86_64.tar.gz
|
||||
sha512sums = 09ae6a8749fb4c66b35f3e1fa455f6e273592b3856f381fa97d1f18a0010e126c53f62686e3f5dd598b7ed41cb366c64f16e7f3961ab2c6e1f3091d14b3282d0
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.04.17
|
||||
pkgver=2024.04.18
|
||||
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=(fa076fa453dcd97dd800a694f0fc1e56b25055d0d3c9f1fa0da3c9493cac5882648bdaa1fed9eaaf9d3a444ab96eb9aa2854f5f8cfe8cf1ef8e0a22e80abdba5)
|
||||
sha512sums=(09ae6a8749fb4c66b35f3e1fa455f6e273592b3856f381fa97d1f18a0010e126c53f62686e3f5dd598b7ed41cb366c64f16e7f3961ab2c6e1f3091d14b3282d0)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue