mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-08-02
This commit is contained in:
parent
4c0ff447ce
commit
b5e1f9e9fb
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ruffle-nightly-bin
|
||||
pkgdesc = A Flash Player emulator written in Rust
|
||||
pkgver = 2024.08.01
|
||||
pkgver = 2024.08.02
|
||||
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-08-01/ruffle-nightly-2024_08_01-linux-x86_64.tar.gz
|
||||
sha512sums = 29ab8d6bdbda67ab52bf0c39a65731d5da45218f13dd9e1953bdb1ac48769d8c48dce7860962e5e5f09d983a257b329408026c8e322aeb9eaf7187511dd03107
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-08-02/ruffle-nightly-2024_08_02-linux-x86_64.tar.gz
|
||||
sha512sums = 3d394a79aa15558f2dcaa0830e054245f8bdb521e99584febb89f664ca00be7789a47cafb32176bf3d92ba8f264825a1ef368a67c2044edecacc53807656f35f
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.08.01
|
||||
pkgver=2024.08.02
|
||||
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=(29ab8d6bdbda67ab52bf0c39a65731d5da45218f13dd9e1953bdb1ac48769d8c48dce7860962e5e5f09d983a257b329408026c8e322aeb9eaf7187511dd03107)
|
||||
sha512sums=(3d394a79aa15558f2dcaa0830e054245f8bdb521e99584febb89f664ca00be7789a47cafb32176bf3d92ba8f264825a1ef368a67c2044edecacc53807656f35f)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue