mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-01-20
This commit is contained in:
parent
29b6fde05f
commit
4cb0159617
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.19
|
||||
pkgver = 2024.01.20
|
||||
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-19/ruffle-nightly-2024_01_19-linux-x86_64.tar.gz
|
||||
sha512sums = 1bc482786533682c30d8da3dca44a8c00451e34417faf8f12d3400f4404ade1502a22170a10350c45e4c35d0f59c1586f0c7167207703d75cf4810db4e224d10
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-01-20/ruffle-nightly-2024_01_20-linux-x86_64.tar.gz
|
||||
sha512sums = d5e3b6cff0e3da69f7683f53475b933fd8625339b4c01ac350a1d98dc831e83a0f4317c451ef86da69d4f042269b11f81334a460c7e32ac04ff775abd1bc4f24
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.01.19
|
||||
pkgver=2024.01.20
|
||||
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=(1bc482786533682c30d8da3dca44a8c00451e34417faf8f12d3400f4404ade1502a22170a10350c45e4c35d0f59c1586f0c7167207703d75cf4810db4e224d10)
|
||||
sha512sums=(d5e3b6cff0e3da69f7683f53475b933fd8625339b4c01ac350a1d98dc831e83a0f4317c451ef86da69d4f042269b11f81334a460c7e32ac04ff775abd1bc4f24)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue