mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-08-20
This commit is contained in:
parent
112ad5aa5f
commit
2e39d1c244
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.08.19
|
||||
pkgver = 2024.08.20
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle-git
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-08-19/ruffle-nightly-2024_08_19-linux-x86_64.tar.gz
|
||||
sha512sums = 283242ff4deb16a64183718ef2c2adcfeeed7bb378669c2555339cd737784b57e5e8b7c7a6eefbe9120b605011dcc6e3391a10935b6b3b747f9628dc89bc4999
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-08-20/ruffle-nightly-2024_08_20-linux-x86_64.tar.gz
|
||||
sha512sums = e257e1f037f5e70c09e0d4c52e9bf6a2df9ffde8e9e8fa67aaa078ab2ae073f79f923ed69329ffac5f0a79a6b9848be35d395a267f5bcd2848d59fe463dbaa7d
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.08.19
|
||||
pkgver=2024.08.20
|
||||
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-git)
|
||||
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
|
||||
sha512sums=(283242ff4deb16a64183718ef2c2adcfeeed7bb378669c2555339cd737784b57e5e8b7c7a6eefbe9120b605011dcc6e3391a10935b6b3b747f9628dc89bc4999)
|
||||
sha512sums=(e257e1f037f5e70c09e0d4c52e9bf6a2df9ffde8e9e8fa67aaa078ab2ae073f79f923ed69329ffac5f0a79a6b9848be35d395a267f5bcd2848d59fe463dbaa7d)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue