Update to Nightly 2024-04-16

This commit is contained in:
RuffleBuild 2024-04-16 00:18:02 +00:00
parent 985497b4bc
commit c90c21de85
2 changed files with 6 additions and 7 deletions

View file

@ -1,18 +1,17 @@
pkgbase = ruffle-nightly-bin
pkgdesc = A Flash Player emulator written in Rust
pkgver = 2024.04.15
pkgver = 2024.04.16
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
license = Apache
license = MIT
depends = openssl
depends = zlib
depends = libxcb
depends = alsa-lib
provides = ruffle
conflicts = ruffle-git
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-04-15/ruffle-nightly-2024_04_15-linux-x86_64.tar.gz
sha512sums = 8ce7ab5f8de449cedd31671a16623150ce8c8009c7221b889852c7bd2bdf68694483e5ea32fed6f98d8651f5b2acc423793cfd0404826cf92c9f049c4f8c0b05
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-04-16/ruffle-nightly-2024_04_16-linux-x86_64.tar.gz
sha512sums = d76561323953d38adc8def0edd7cff729ca06424e286023c77b544d0958bdcbdd2c39f2231030530b1b81256aba4b6f29ee0254dd593253f457d499613bdd26e
pkgname = ruffle-nightly-bin

View file

@ -1,16 +1,16 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.04.15
pkgver=2024.04.16
pkgrel=1
pkgdesc="A Flash Player emulator written in Rust"
arch=('x86_64')
url="https://ruffle.rs/"
license=('Apache' 'MIT')
depends=(openssl zlib libxcb alsa-lib)
depends=(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=(8ce7ab5f8de449cedd31671a16623150ce8c8009c7221b889852c7bd2bdf68694483e5ea32fed6f98d8651f5b2acc423793cfd0404826cf92c9f049c4f8c0b05)
sha512sums=(d76561323953d38adc8def0edd7cff729ca06424e286023c77b544d0958bdcbdd2c39f2231030530b1b81256aba4b6f29ee0254dd593253f457d499613bdd26e)
package() {
cd "$srcdir/"