Update to Nightly 2024-06-27

This commit is contained in:
RuffleBuild 2024-06-27 00:16:51 +00:00
parent f5b3f3deb4
commit 961a44fb1c
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.06.26
pkgver = 2024.06.27
pkgrel = 1
url = https://ruffle.rs/
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
depends = alsa-lib
provides = ruffle
conflicts = ruffle-git
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-06-26/ruffle-nightly-2024_06_26-linux-x86_64.tar.gz
sha512sums = 7253f2f647e42c29c46bee7b13ce8abf0cf1af9b9ee7b3f3329fb3635c46a1841bf122772eb0a1a6aaf07bb82c3343413bc4549766a8e73c5f938ca4d2d7bf76
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-06-27/ruffle-nightly-2024_06_27-linux-x86_64.tar.gz
sha512sums = 311c5298e888433ea1838cb7e976c8eec1aa6f7d27385a616ea47eae88188af03906df236001cb7f22dfb413b7e9592b44aac9229a8f90d2cc183a3f72633838
pkgname = ruffle-nightly-bin

View file

@ -1,6 +1,6 @@
# Maintainer: relrel <relrelbachar@gmail.com>
pkgname=ruffle-nightly-bin
pkgver=2024.06.26
pkgver=2024.06.27
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-git)
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
sha512sums=(7253f2f647e42c29c46bee7b13ce8abf0cf1af9b9ee7b3f3329fb3635c46a1841bf122772eb0a1a6aaf07bb82c3343413bc4549766a8e73c5f938ca4d2d7bf76)
sha512sums=(311c5298e888433ea1838cb7e976c8eec1aa6f7d27385a616ea47eae88188af03906df236001cb7f22dfb413b7e9592b44aac9229a8f90d2cc183a3f72633838)
package() {
cd "$srcdir/"