mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-01-13
This commit is contained in:
parent
5cb481b719
commit
439017f395
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 = 2024.01.12
|
||||
pkgver = 2024.01.13
|
||||
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-2024-01-12/ruffle-nightly-2024_01_12-linux-x86_64.tar.gz
|
||||
sha512sums = 6fffcf475b5b55d98cd66103e928e8a37dcf39c5a1fe850695e2c430ef03c916b1ee872afecd6a6619af4537dccecf1450f49b1dddd0cb469d6f9e5c20aca96c
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-01-13/ruffle-nightly-2024_01_13-linux-x86_64.tar.gz
|
||||
sha512sums = c0109fb38fa8c26278c12a74af362075507e87c19a3e2b3ab42393acafbdd3496de6c14e703304193c34ac1244ac7fb1eae71cbe144078dfa718c34c8a3c9ea6
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.01.12
|
||||
pkgver=2024.01.13
|
||||
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=(6fffcf475b5b55d98cd66103e928e8a37dcf39c5a1fe850695e2c430ef03c916b1ee872afecd6a6619af4537dccecf1450f49b1dddd0cb469d6f9e5c20aca96c)
|
||||
sha512sums=(c0109fb38fa8c26278c12a74af362075507e87c19a3e2b3ab42393acafbdd3496de6c14e703304193c34ac1244ac7fb1eae71cbe144078dfa718c34c8a3c9ea6)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue