mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-10-08
This commit is contained in:
parent
6a6c7dddd0
commit
d2bec2543b
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.10.07
|
||||
pkgver = 2024.10.08
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-10-07/ruffle-nightly-2024_10_07-linux-x86_64.tar.gz
|
||||
sha512sums = 9602a0d9b874e9315bcb4d8dc40eeb138e6e5ffe1f6c7a3fea03c14b09e291ab1c91a6c499869a0248d9907aa669597a3679566aad229fd0ca7ede2c8d21648c
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-10-08/ruffle-nightly-2024_10_08-linux-x86_64.tar.gz
|
||||
sha512sums = 3bc72d30fb3ed6723e445c391eeb1615f9c962cecca1f14554db78b832653286dac66f7e6c142e5a773abe8aa3f36c64ed14b0db35bcb85c214a3f5990c6f4fa
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.10.07
|
||||
pkgver=2024.10.08
|
||||
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)
|
||||
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
|
||||
sha512sums=(9602a0d9b874e9315bcb4d8dc40eeb138e6e5ffe1f6c7a3fea03c14b09e291ab1c91a6c499869a0248d9907aa669597a3679566aad229fd0ca7ede2c8d21648c)
|
||||
sha512sums=(3bc72d30fb3ed6723e445c391eeb1615f9c962cecca1f14554db78b832653286dac66f7e6c142e5a773abe8aa3f36c64ed14b0db35bcb85c214a3f5990c6f4fa)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue