mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-06-16
This commit is contained in:
parent
cd1d0ad97a
commit
7672d8cf48
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.06.15
|
||||
pkgver = 2024.06.16
|
||||
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-15/ruffle-nightly-2024_06_15-linux-x86_64.tar.gz
|
||||
sha512sums = 89061debc65714cd14ebcbdc5dace4053b1047980f27f6f1ccc1ec3846f3cffd854febfea54b9f5d9ee0c063e030133fcf61d50bf772440f12e857f855144ec3
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-06-16/ruffle-nightly-2024_06_16-linux-x86_64.tar.gz
|
||||
sha512sums = c30613c39230578bbc61a168e382407ba1f6026ef3b6d687715af946d2bc54f2282f6473b403f58f4e7fc27bde569e6b12612290e84ce4503944328a8f9d8b99
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.06.15
|
||||
pkgver=2024.06.16
|
||||
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=(89061debc65714cd14ebcbdc5dace4053b1047980f27f6f1ccc1ec3846f3cffd854febfea54b9f5d9ee0c063e030133fcf61d50bf772440f12e857f855144ec3)
|
||||
sha512sums=(c30613c39230578bbc61a168e382407ba1f6026ef3b6d687715af946d2bc54f2282f6473b403f58f4e7fc27bde569e6b12612290e84ce4503944328a8f9d8b99)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue