mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2023-06-17
This commit is contained in:
parent
b61c6fd45f
commit
bd3779cdba
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.16
|
||||
pkgver = 2023.06.17
|
||||
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-16/ruffle-nightly-2023_06_16-linux-x86_64.tar.gz
|
||||
sha512sums = 2e680e003e2a7b7ce541a6817c1450319152b3101e356337b01e13f1eafdb54317d41e4d7599aeee38a04f008f0e0394daf7aa62b92d14ea71f7e2e9881f6a98
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-06-17/ruffle-nightly-2023_06_17-linux-x86_64.tar.gz
|
||||
sha512sums = 3b35d898f0106b14c9c5c7335feb7735e9b3eaf684b645f36e11828a67df0df6f99c868b64fd34aad990733758d8d214ac0dde61cd1cdf5f01ba0e01555d51b5
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2023.06.16
|
||||
pkgver=2023.06.17
|
||||
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=(2e680e003e2a7b7ce541a6817c1450319152b3101e356337b01e13f1eafdb54317d41e4d7599aeee38a04f008f0e0394daf7aa62b92d14ea71f7e2e9881f6a98)
|
||||
sha512sums=(3b35d898f0106b14c9c5c7335feb7735e9b3eaf684b645f36e11828a67df0df6f99c868b64fd34aad990733758d8d214ac0dde61cd1cdf5f01ba0e01555d51b5)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue