mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-10-13
This commit is contained in:
parent
bb2add2d97
commit
acca05b823
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.10.12
|
||||
pkgver = 2024.10.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
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-10-12/ruffle-nightly-2024_10_12-linux-x86_64.tar.gz
|
||||
sha512sums = 209075a9951648ddbaa32a28c108220a56f58d34b2273b9a59da5819091d767b73de7780ba8db11a709365b491a081b5369149f0245cffcf78620acfc926104f
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-10-13/ruffle-nightly-2024_10_13-linux-x86_64.tar.gz
|
||||
sha512sums = 2c9f4c93f705bd1aa69acba60750fead7c831bff7098a44fc3a8e07edd174138f2e53ea56a70e9f65cb293ce988abc239e6d947e14c2f68dbcb43b54ec089f0b
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.10.12
|
||||
pkgver=2024.10.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)
|
||||
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
|
||||
sha512sums=(209075a9951648ddbaa32a28c108220a56f58d34b2273b9a59da5819091d767b73de7780ba8db11a709365b491a081b5369149f0245cffcf78620acfc926104f)
|
||||
sha512sums=(2c9f4c93f705bd1aa69acba60750fead7c831bff7098a44fc3a8e07edd174138f2e53ea56a70e9f65cb293ce988abc239e6d947e14c2f68dbcb43b54ec089f0b)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue