Update to Nightly 2024-03-05

This commit is contained in:
RuffleBuild 2024-03-05 00:17:01 +00:00
parent 263464e988
commit 0c34ee03ea
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = ruffle-nightly-bin
pkgdesc = A Flash Player emulator written in Rust
pkgver = 2024.03.04
pkgver = 2024.03.05
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-03-04/ruffle-nightly-2024_03_04-linux-x86_64.tar.gz
sha512sums = de32afedc67e2641524a04169ebb0e9af56d14eccc8c60bacf078b46ef67b1ad176f2464a62a07723dee8f7f3e1e691aeaa3396620d932fda5ec7640ae09761b
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-03-05/ruffle-nightly-2024_03_05-linux-x86_64.tar.gz
sha512sums = bbdcf02d03d3213524d5be88207c4eeea32d1cccd8f85a55b4bfe56cddc2ef725451b70fca59b3bee33a0ea92a862c168c20c1a71c959f0a231beeaee02fcf9c
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.03.04
pkgver=2024.03.05
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=(de32afedc67e2641524a04169ebb0e9af56d14eccc8c60bacf078b46ef67b1ad176f2464a62a07723dee8f7f3e1e691aeaa3396620d932fda5ec7640ae09761b)
sha512sums=(bbdcf02d03d3213524d5be88207c4eeea32d1cccd8f85a55b4bfe56cddc2ef725451b70fca59b3bee33a0ea92a862c168c20c1a71c959f0a231beeaee02fcf9c)
package() {
cd "$srcdir/"