Update to Nightly 2024-01-18

This commit is contained in:
RuffleBuild 2024-01-18 00:17:41 +00:00
parent e35e065665
commit 0e2f6945ac
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.17
pkgver = 2024.01.18
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-17/ruffle-nightly-2024_01_17-linux-x86_64.tar.gz
sha512sums = 08edaed8f540384885af82dc5cdb034deab5054426e054f3366ceb22ea349ee216e4df8c6dc65114c202af2ef9d2a28b313b8f8fe3556ed48477db987700ecc8
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-01-18/ruffle-nightly-2024_01_18-linux-x86_64.tar.gz
sha512sums = d412518fa0f1d7f43d2fa80d338686da58d2be160e5e6d120cbb50f9d3e2bb0cf860a34e3e13911be337416a2a93d9314e8646e2fbda07c62c18ff490642e641
pkgname = ruffle-nightly-bin

View file

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