mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-01-31
This commit is contained in:
parent
6b3ded5f17
commit
25ca68c99a
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.01.30
|
||||
pkgver = 2024.01.31
|
||||
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-2024-01-30/ruffle-nightly-2024_01_30-linux-x86_64.tar.gz
|
||||
sha512sums = 83902e83eb4131df1627fe10ba3be0d4c3bb6d9d892774990301800af3ecc5631847faf07ce8421d8ac7e1ee48441e13d656a70297b9cadf9cd85266ba85fc48
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-01-31/ruffle-nightly-2024_01_31-linux-x86_64.tar.gz
|
||||
sha512sums = 77a8f518fb88c5b6d816fc12499b717b4f9ef4291fd0d3929f2fc6bc09aa7c48f8c7336580cc29e5e929eb49129b5e0aa60af851993bbefb47d115360880e042
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.01.30
|
||||
pkgver=2024.01.31
|
||||
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=(83902e83eb4131df1627fe10ba3be0d4c3bb6d9d892774990301800af3ecc5631847faf07ce8421d8ac7e1ee48441e13d656a70297b9cadf9cd85266ba85fc48)
|
||||
sha512sums=(77a8f518fb88c5b6d816fc12499b717b4f9ef4291fd0d3929f2fc6bc09aa7c48f8c7336580cc29e5e929eb49129b5e0aa60af851993bbefb47d115360880e042)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue