mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2023-08-06
This commit is contained in:
parent
da712f2f3c
commit
d1c7e8b1fe
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.05
|
||||
pkgver = 2023.08.06
|
||||
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-05/ruffle-nightly-2023_08_05-linux-x86_64.tar.gz
|
||||
sha512sums = 8fd38aab2ae98499b8ae253d352b7cc965e3acde552c2e132017341b0e87b89eeda1792a066e5d3aa731de0aa2864ea65058e82665726b2a3f1d72eeed4718cd
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-08-06/ruffle-nightly-2023_08_06-linux-x86_64.tar.gz
|
||||
sha512sums = 00060da7c35b240f24d249aa0d280eb45f5de60fefe03cc61f17431915fea2d5a203a3cc4b626d8b2a9046d00882caf730abd80c4b0c4c99ea33002e687689ad
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2023.08.05
|
||||
pkgver=2023.08.06
|
||||
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=(8fd38aab2ae98499b8ae253d352b7cc965e3acde552c2e132017341b0e87b89eeda1792a066e5d3aa731de0aa2864ea65058e82665726b2a3f1d72eeed4718cd)
|
||||
sha512sums=(00060da7c35b240f24d249aa0d280eb45f5de60fefe03cc61f17431915fea2d5a203a3cc4b626d8b2a9046d00882caf730abd80c4b0c4c99ea33002e687689ad)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue