mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-12-27
This commit is contained in:
parent
22b19bdb29
commit
13c03f181e
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.12.25
|
||||
pkgver = 2024.12.27
|
||||
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-12-25/ruffle-nightly-2024_12_25-linux-x86_64.tar.gz
|
||||
sha512sums = 5a92119473f8ec47a0b92f10d2540f413efdb0826f1688de302bee16fc757a44bc653f1839de6d86dc1047966b9a194227c689d0d29e366a7624a535b4926b2e
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-12-27/ruffle-nightly-2024_12_27-linux-x86_64.tar.gz
|
||||
sha512sums = 8e8748e9d801b0d35253e41c90471ab47d4925a480b5967a565da6608a90762157e041f2a5b4939314360aaa557b9e027934602cb30516959a8be941ccb630a8
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.12.25
|
||||
pkgver=2024.12.27
|
||||
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=(5a92119473f8ec47a0b92f10d2540f413efdb0826f1688de302bee16fc757a44bc653f1839de6d86dc1047966b9a194227c689d0d29e366a7624a535b4926b2e)
|
||||
sha512sums=(8e8748e9d801b0d35253e41c90471ab47d4925a480b5967a565da6608a90762157e041f2a5b4939314360aaa557b9e027934602cb30516959a8be941ccb630a8)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue