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