mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-08-11
This commit is contained in:
parent
ca75ab1275
commit
8686a3501f
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.08.10
|
||||
pkgver = 2024.08.11
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle-git
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-08-10/ruffle-nightly-2024_08_10-linux-x86_64.tar.gz
|
||||
sha512sums = d0a5689857fb0e5042d1727e8b98f1d9340c8986f6437b144e07ddbca662eb51cf943fa216c6eafdf464227f9728eb630545cb4bfe59e7e7f7c120a499ca0431
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-08-11/ruffle-nightly-2024_08_11-linux-x86_64.tar.gz
|
||||
sha512sums = ff316272f20fb452fbfbac272a9b298cd3a14f28b7d6b4010fb9b66aed46c76539177f3a1f8ace70360f1e3baaaa48b7705c85255ab8912d1586d0e6540116a6
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.08.10
|
||||
pkgver=2024.08.11
|
||||
pkgrel=1
|
||||
pkgdesc="A Flash Player emulator written in Rust"
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ depends=(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=(d0a5689857fb0e5042d1727e8b98f1d9340c8986f6437b144e07ddbca662eb51cf943fa216c6eafdf464227f9728eb630545cb4bfe59e7e7f7c120a499ca0431)
|
||||
sha512sums=(ff316272f20fb452fbfbac272a9b298cd3a14f28b7d6b4010fb9b66aed46c76539177f3a1f8ace70360f1e3baaaa48b7705c85255ab8912d1586d0e6540116a6)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue