Update to Nightly 2024-01-14

This commit is contained in:
RuffleBuild 2024-01-14 00:17:51 +00:00
parent 439017f395
commit 0ee2eb5477
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.13
pkgver = 2024.01.14
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-13/ruffle-nightly-2024_01_13-linux-x86_64.tar.gz
sha512sums = c0109fb38fa8c26278c12a74af362075507e87c19a3e2b3ab42393acafbdd3496de6c14e703304193c34ac1244ac7fb1eae71cbe144078dfa718c34c8a3c9ea6
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-01-14/ruffle-nightly-2024_01_14-linux-x86_64.tar.gz
sha512sums = ee603b5c78f95b00e6cb53eb7bdb8c55ccda6ac52fa16d8e691d2a53a5e23662bf83219b3ef8164742ebf624488f8de4ca9fd6e4bbeca8697f2d889f17165532
pkgname = ruffle-nightly-bin

View file

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