mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-10-28
This commit is contained in:
parent
2744664e7a
commit
806e9df76e
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.27
|
||||
pkgver = 2024.10.28
|
||||
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-27/ruffle-nightly-2024_10_27-linux-x86_64.tar.gz
|
||||
sha512sums = 4df2bf9ed36ce4446485c354b7b7a0434817e8b4a928d657300579f5821745bdb1abd33b3d5b28f7ec25fd6154c519b455e3bbb8c3ea32449bdd0a1b1000f243
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-10-28/ruffle-nightly-2024_10_28-linux-x86_64.tar.gz
|
||||
sha512sums = 638b06b04c49a5b8fcf3f45e296db7dcdcb074cb1f338c4f2e1a82ce8de9a485146c28a3444a6c3805cfe28de84627c619d325c55dd6c3ce0b7a7bb1bb5875c3
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.10.27
|
||||
pkgver=2024.10.28
|
||||
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=(4df2bf9ed36ce4446485c354b7b7a0434817e8b4a928d657300579f5821745bdb1abd33b3d5b28f7ec25fd6154c519b455e3bbb8c3ea32449bdd0a1b1000f243)
|
||||
sha512sums=(638b06b04c49a5b8fcf3f45e296db7dcdcb074cb1f338c4f2e1a82ce8de9a485146c28a3444a6c3805cfe28de84627c619d325c55dd6c3ce0b7a7bb1bb5875c3)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue