mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2023-07-17
This commit is contained in:
parent
b891a812b5
commit
e99c09436c
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.07.16
|
||||
pkgver = 2023.07.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-07-16/ruffle-nightly-2023_07_16-linux-x86_64.tar.gz
|
||||
sha512sums = 5490074a38cdd93def7411ecb1644cda9d1c7588b7ab750571fd13a950289f4cf86c8d9b112c8790fb999975598095bc96a5ccee9d8ba526d3db14f7daf240d4
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-07-17/ruffle-nightly-2023_07_17-linux-x86_64.tar.gz
|
||||
sha512sums = 89caf7f006410eaab0330a9885e2b3a10f46fe8edb1e51cc3ef00593cc4f9c770980282d15fce2fdf42d40c813ff9062f02036711ef9c01c2e8b948366b9f9a6
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2023.07.16
|
||||
pkgver=2023.07.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=(5490074a38cdd93def7411ecb1644cda9d1c7588b7ab750571fd13a950289f4cf86c8d9b112c8790fb999975598095bc96a5ccee9d8ba526d3db14f7daf240d4)
|
||||
sha512sums=(89caf7f006410eaab0330a9885e2b3a10f46fe8edb1e51cc3ef00593cc4f9c770980282d15fce2fdf42d40c813ff9062f02036711ef9c01c2e8b948366b9f9a6)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue