mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2023-10-14
This commit is contained in:
parent
af0000a27e
commit
cdca315a7d
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.10.13
|
||||
pkgver = 2023.10.14
|
||||
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-10-13/ruffle-nightly-2023_10_13-linux-x86_64.tar.gz
|
||||
sha512sums = 91cbd0b6a5312e5a99f4c5ffa194a89f46563e1467999c5fcd4abc89f868012c9a96e337e787c5b76d4101aa980aaa3dffcc5f583ba085186afd518917079d4a
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-10-14/ruffle-nightly-2023_10_14-linux-x86_64.tar.gz
|
||||
sha512sums = 596acb08a216cd0ada0b5f8db7e13e6b01006479437a2c2dff697cf94540181a294b2dce48ad58f3861fd66a95f64eba04df5e8ce0a27292032f7bd9ff8fe347
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2023.10.13
|
||||
pkgver=2023.10.14
|
||||
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=(91cbd0b6a5312e5a99f4c5ffa194a89f46563e1467999c5fcd4abc89f868012c9a96e337e787c5b76d4101aa980aaa3dffcc5f583ba085186afd518917079d4a)
|
||||
sha512sums=(596acb08a216cd0ada0b5f8db7e13e6b01006479437a2c2dff697cf94540181a294b2dce48ad58f3861fd66a95f64eba04df5e8ce0a27292032f7bd9ff8fe347)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue