Update to Nightly 2024-12-05

This commit is contained in:
RuffleBuild 2024-12-05 00:18:57 +00:00
parent 430f174dd3
commit a40129f419
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.12.04
pkgver = 2024.12.05
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
depends = alsa-lib
provides = ruffle
conflicts = ruffle
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-12-04/ruffle-nightly-2024_12_04-linux-x86_64.tar.gz
sha512sums = 799db22365723ac3d21eb29ff746c0dbd9b9f275ca21ba25c528e7481aec0d994e259facde37363b8fbb1129800756eac35fa2428f23e54d31d43f7d7577b10e
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-12-05/ruffle-nightly-2024_12_05-linux-x86_64.tar.gz
sha512sums = f8309f719f414f0eaa93bb1e31529b85d2de46f818c964bf0ea569d20db4fedf413501ae68450141ac68651e488a6e75f5b3dcc283aabfb17f4eaf96e5737e4e
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.12.04
pkgver=2024.12.05
pkgrel=1
pkgdesc="A Flash Player emulator written in Rust"
arch=('x86_64')
@ -10,7 +10,7 @@ depends=(zlib libxcb alsa-lib)
provides=(ruffle)
conflicts=(ruffle)
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
sha512sums=(799db22365723ac3d21eb29ff746c0dbd9b9f275ca21ba25c528e7481aec0d994e259facde37363b8fbb1129800756eac35fa2428f23e54d31d43f7d7577b10e)
sha512sums=(f8309f719f414f0eaa93bb1e31529b85d2de46f818c964bf0ea569d20db4fedf413501ae68450141ac68651e488a6e75f5b3dcc283aabfb17f4eaf96e5737e4e)
package() {
cd "$srcdir/"