mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2023-08-20
This commit is contained in:
parent
458afcc1ab
commit
ae00c475d8
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.08.19
|
||||
pkgver = 2023.08.20
|
||||
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-08-19/ruffle-nightly-2023_08_19-linux-x86_64.tar.gz
|
||||
sha512sums = 32f8582ddbf20afbd7b067e16302e9b6098dbb640d516fb8f1f4cab4b6417deca876be8b4e3c43f7d37b80ffcc82f6576eaef78d49351c3b09541b05d72bac0b
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-08-20/ruffle-nightly-2023_08_20-linux-x86_64.tar.gz
|
||||
sha512sums = c53e748d00ca1d84afba031c1160ec5d6027a948bf96b7c8c4a9c6f56cbfdc3ae6759ecd7f0f35dd676355effc88649aabf0e9f0ac7bb7dcaff71a4fe5b82a44
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2023.08.19
|
||||
pkgver=2023.08.20
|
||||
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=(32f8582ddbf20afbd7b067e16302e9b6098dbb640d516fb8f1f4cab4b6417deca876be8b4e3c43f7d37b80ffcc82f6576eaef78d49351c3b09541b05d72bac0b)
|
||||
sha512sums=(c53e748d00ca1d84afba031c1160ec5d6027a948bf96b7c8c4a9c6f56cbfdc3ae6759ecd7f0f35dd676355effc88649aabf0e9f0ac7bb7dcaff71a4fe5b82a44)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue