mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-01-22
This commit is contained in:
parent
2fbb0bc076
commit
6e2971ef87
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.21
|
||||
pkgver = 2024.01.22
|
||||
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-21/ruffle-nightly-2024_01_21-linux-x86_64.tar.gz
|
||||
sha512sums = 1e3ddf5872744241141c06d348406715e47eda1aed2126754db0c0fc1c2df5d8d9fb09f9d16c8176c00ed0e1fb3153d823ac54f51a5559909d639c689397d8c9
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-01-22/ruffle-nightly-2024_01_22-linux-x86_64.tar.gz
|
||||
sha512sums = 9f5839eabda7125dd9702b9723abbfcec21cc53a7a1df852fa8162ea03ecca9a9dfa17556fb415e0281fde7411b7a4f55e0993e53cbee78454c374628b6bacfb
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.01.21
|
||||
pkgver=2024.01.22
|
||||
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=(1e3ddf5872744241141c06d348406715e47eda1aed2126754db0c0fc1c2df5d8d9fb09f9d16c8176c00ed0e1fb3153d823ac54f51a5559909d639c689397d8c9)
|
||||
sha512sums=(9f5839eabda7125dd9702b9723abbfcec21cc53a7a1df852fa8162ea03ecca9a9dfa17556fb415e0281fde7411b7a4f55e0993e53cbee78454c374628b6bacfb)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue