Update to Nightly 2024-02-22

This commit is contained in:
RuffleBuild 2024-02-22 00:19:15 +00:00
parent e80da15336
commit ac2e75550d
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.02.21
pkgver = 2024.02.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-02-21/ruffle-nightly-2024_02_21-linux-x86_64.tar.gz
sha512sums = 8917842745edc3fe575b19839995dcfd983393507b16ba79142ea140769b31056c7570cf5e0b84db76f5f4dd0488a6c58beae79afc0724a744d4560a613c25b1
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-02-22/ruffle-nightly-2024_02_22-linux-x86_64.tar.gz
sha512sums = fbdf5afa098c3e62f9d56deecbb6148deae23486656125c3fbefdf81ef530e8eceaffcf6b059b0a23d9a6d4cd619c6c1249562e1a74373af3d5c225f02105b4e
pkgname = ruffle-nightly-bin

View file

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