mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2023-06-26
This commit is contained in:
parent
90b7d8c2b7
commit
b31ded4a8f
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.06.25
|
||||
pkgver = 2023.06.26
|
||||
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-06-25/ruffle-nightly-2023_06_25-linux-x86_64.tar.gz
|
||||
sha512sums = 278f7dab137ad4fae31f6f69512b0492a58cf04d6530ba984ed74719ab2b5b355740daa9ddae4d4d2b499c5a6fdd711fc7ada3239cadc3e315edf65ba5bd6878
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-06-26/ruffle-nightly-2023_06_26-linux-x86_64.tar.gz
|
||||
sha512sums = 1ad90b9cbdc8141be6cf7b283086efd684c5cf0008244aac9af46e84ccacf3126c914973e5aaa09e7f03be047e48959b9eb54db43ea108d82771621174f66205
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2023.06.25
|
||||
pkgver=2023.06.26
|
||||
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=(278f7dab137ad4fae31f6f69512b0492a58cf04d6530ba984ed74719ab2b5b355740daa9ddae4d4d2b499c5a6fdd711fc7ada3239cadc3e315edf65ba5bd6878)
|
||||
sha512sums=(1ad90b9cbdc8141be6cf7b283086efd684c5cf0008244aac9af46e84ccacf3126c914973e5aaa09e7f03be047e48959b9eb54db43ea108d82771621174f66205)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue