mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-03-13
This commit is contained in:
parent
965c1c90be
commit
287747f59e
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.03.12
|
||||
pkgver = 2024.03.13
|
||||
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-03-12/ruffle-nightly-2024_03_12-linux-x86_64.tar.gz
|
||||
sha512sums = 6309b74d8e2cfa694a2a24ff8be59e8c838f6e1199461b40ffb78a52dbd4fa35ad8cf1520651ee6d12f3839ce0604fbd4a10bd1ba19a29c08e0859d75a951bca
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-03-13/ruffle-nightly-2024_03_13-linux-x86_64.tar.gz
|
||||
sha512sums = 0c796a7a5b4fbc67183235f993147c88160c346e0a2c883ded9b97da61c03973b14a38964c869985fc777bcfe0faac543b0bbce75e8ab6bc78a7041612355dab
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.03.12
|
||||
pkgver=2024.03.13
|
||||
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=(6309b74d8e2cfa694a2a24ff8be59e8c838f6e1199461b40ffb78a52dbd4fa35ad8cf1520651ee6d12f3839ce0604fbd4a10bd1ba19a29c08e0859d75a951bca)
|
||||
sha512sums=(0c796a7a5b4fbc67183235f993147c88160c346e0a2c883ded9b97da61c03973b14a38964c869985fc777bcfe0faac543b0bbce75e8ab6bc78a7041612355dab)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue