Update to Nightly 2024-01-31

This commit is contained in:
RuffleBuild 2024-01-31 00:21:11 +00:00
parent 6b3ded5f17
commit 25ca68c99a
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.01.30
pkgver = 2024.01.31
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-01-30/ruffle-nightly-2024_01_30-linux-x86_64.tar.gz
sha512sums = 83902e83eb4131df1627fe10ba3be0d4c3bb6d9d892774990301800af3ecc5631847faf07ce8421d8ac7e1ee48441e13d656a70297b9cadf9cd85266ba85fc48
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-01-31/ruffle-nightly-2024_01_31-linux-x86_64.tar.gz
sha512sums = 77a8f518fb88c5b6d816fc12499b717b4f9ef4291fd0d3929f2fc6bc09aa7c48f8c7336580cc29e5e929eb49129b5e0aa60af851993bbefb47d115360880e042
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.01.30
pkgver=2024.01.31
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=(83902e83eb4131df1627fe10ba3be0d4c3bb6d9d892774990301800af3ecc5631847faf07ce8421d8ac7e1ee48441e13d656a70297b9cadf9cd85266ba85fc48)
sha512sums=(77a8f518fb88c5b6d816fc12499b717b4f9ef4291fd0d3929f2fc6bc09aa7c48f8c7336580cc29e5e929eb49129b5e0aa60af851993bbefb47d115360880e042)
package() {
cd "$srcdir/"