mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2023-11-21
This commit is contained in:
parent
25952a48c0
commit
4e8f65794d
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 = 2023.11.20
|
||||
pkgver = 2023.11.21
|
||||
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-2023-11-20/ruffle-nightly-2023_11_20-linux-x86_64.tar.gz
|
||||
sha512sums = 1135e1ff92cc09e89fa06b720c16b6e6e69537d7a2e359cb6021efdedfca3de51019f222ebd294959a87653646997ae220e9f5164fc00e7e238af2f123a23fe8
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-11-21/ruffle-nightly-2023_11_21-linux-x86_64.tar.gz
|
||||
sha512sums = 54b1b8ef0df09fa3dd07ec0315c7685eb8fe8d55e175e0932952ba2ad03d459b352082d05a93cb663943291a633dd284b93feb27a330b83caeaea56fa074f4d6
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2023.11.20
|
||||
pkgver=2023.11.21
|
||||
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=(1135e1ff92cc09e89fa06b720c16b6e6e69537d7a2e359cb6021efdedfca3de51019f222ebd294959a87653646997ae220e9f5164fc00e7e238af2f123a23fe8)
|
||||
sha512sums=(54b1b8ef0df09fa3dd07ec0315c7685eb8fe8d55e175e0932952ba2ad03d459b352082d05a93cb663943291a633dd284b93feb27a330b83caeaea56fa074f4d6)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue