mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-06-25
This commit is contained in:
parent
d2ac7854f8
commit
5f1aff8e32
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.24
|
||||
pkgver = 2024.06.25
|
||||
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-24/ruffle-nightly-2024_06_24-linux-x86_64.tar.gz
|
||||
sha512sums = a8b41a405de6eb28fc9b7f367a5bbbf7a1e6f6a0e5c4616e0d04789c9210824af8cb649b2380e7d6a7752b0a3e40ab730aaf7afc726310d348d1f6a8254275a9
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-06-25/ruffle-nightly-2024_06_25-linux-x86_64.tar.gz
|
||||
sha512sums = 2001a387a4011c2ce1dd5eeff17685fbe325e6dc75a0ee9a9febe3e1fddb9f4b6e44fb1cc5c4f324c546ecaeaa1018a67b327db239ed2e94f9be9eef3f8ca3e5
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.06.24
|
||||
pkgver=2024.06.25
|
||||
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=(a8b41a405de6eb28fc9b7f367a5bbbf7a1e6f6a0e5c4616e0d04789c9210824af8cb649b2380e7d6a7752b0a3e40ab730aaf7afc726310d348d1f6a8254275a9)
|
||||
sha512sums=(2001a387a4011c2ce1dd5eeff17685fbe325e6dc75a0ee9a9febe3e1fddb9f4b6e44fb1cc5c4f324c546ecaeaa1018a67b327db239ed2e94f9be9eef3f8ca3e5)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue