mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2023-06-29
This commit is contained in:
parent
819e256606
commit
432bf36417
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 = 2023.06.28
|
||||
pkgver = 2023.06.29
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle-git
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-06-28/ruffle-nightly-2023_06_28-linux-x86_64.tar.gz
|
||||
sha512sums = d91a8364a2bd7c7f3c3b0d097e2b2f98fb43f1124499d4cc802a53198e91accae7c118e57213d55e655594ccefc99fe0d8189b499ae3e19c24f3d55d6a00322a
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-06-29/ruffle-nightly-2023_06_29-linux-x86_64.tar.gz
|
||||
sha512sums = 5610d1370ebec7d8fc19b794acdf2e48583945d5d867fd5ec62d2374ecae0286d4f8e8594eb3c4a045b6bbf94407fe4c3bc205aa8be697d22181faa2a0b25935
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2023.06.28
|
||||
pkgver=2023.06.29
|
||||
pkgrel=1
|
||||
pkgdesc="A Flash Player emulator written in Rust"
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ depends=(openssl 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=(d91a8364a2bd7c7f3c3b0d097e2b2f98fb43f1124499d4cc802a53198e91accae7c118e57213d55e655594ccefc99fe0d8189b499ae3e19c24f3d55d6a00322a)
|
||||
sha512sums=(5610d1370ebec7d8fc19b794acdf2e48583945d5d867fd5ec62d2374ecae0286d4f8e8594eb3c4a045b6bbf94407fe4c3bc205aa8be697d22181faa2a0b25935)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue