mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-06-13
This commit is contained in:
parent
7458e9d3a4
commit
e35fdb7a21
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.06.11
|
||||
pkgver = 2024.06.13
|
||||
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-06-11/ruffle-nightly-2024_06_11-linux-x86_64.tar.gz
|
||||
sha512sums = f28bac096cd035c9fbe835453ed029980a584afdd2ab8530a83168a6a7b96b6ef7f28df79babf213c13ea65ca7abf015df458de0a659955c9c83e2e5040adce6
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-06-13/ruffle-nightly-2024_06_13-linux-x86_64.tar.gz
|
||||
sha512sums = 35e4eb64cee8ebe24b2865682d582ba89b02eb78f542a633f92bff419c33a4f409ecb8ae10d53fc30dc642bfedf20bd2c714f54b35f8154d9ebf336735df4a6f
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.06.11
|
||||
pkgver=2024.06.13
|
||||
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=(f28bac096cd035c9fbe835453ed029980a584afdd2ab8530a83168a6a7b96b6ef7f28df79babf213c13ea65ca7abf015df458de0a659955c9c83e2e5040adce6)
|
||||
sha512sums=(35e4eb64cee8ebe24b2865682d582ba89b02eb78f542a633f92bff419c33a4f409ecb8ae10d53fc30dc642bfedf20bd2c714f54b35f8154d9ebf336735df4a6f)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue