mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2020-11-22
This commit is contained in:
parent
5b8376e2fc
commit
1a7c6d81c0
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,14 +1,14 @@
|
|||
pkgbase = ruffle-bin
|
||||
pkgdesc = A Flash Player emulator written in Rust
|
||||
pkgver = nightly.2020.11.21
|
||||
pkgver = nightly.2020.11.22
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
license = MIT
|
||||
conflicts = ruffle-git
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-11-21/ruffle_nightly_2020_11_21_linux.tar.gz
|
||||
sha512sums = e08fcf7125901f1bc1af6fa247b101f68e039dec3c4e8de5536d85bfe91dca4bda30e35a7f4e5304b105ce9bdf377aa393b09ff31742c7db41219039f8cb8201
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-11-22/ruffle_nightly_2020_11_22_linux.tar.gz
|
||||
sha512sums = 15fddf24b917a95242bc21e603702a2389bb38fac23306b6d6c6e9a37ea7904e6890b2c6956d586d130b61b051dee4546e4a934b69f911fc98c4e350a84b3316
|
||||
|
||||
pkgname = ruffle-bin
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-bin
|
||||
pkgver=nightly.2020.11.21
|
||||
pkgver=nightly.2020.11.22
|
||||
pkgrel=1
|
||||
pkgdesc="A Flash Player emulator written in Rust"
|
||||
arch=('x86_64')
|
||||
|
|
@ -8,7 +8,7 @@ url="https://ruffle.rs/"
|
|||
license=('Apache' 'MIT')
|
||||
conflicts=(ruffle-git)
|
||||
source=("https://github.com/ruffle-rs/ruffle/releases/download/${pkgver//./-}/ruffle_${pkgver//./_}_linux.tar.gz")
|
||||
sha512sums=('e08fcf7125901f1bc1af6fa247b101f68e039dec3c4e8de5536d85bfe91dca4bda30e35a7f4e5304b105ce9bdf377aa393b09ff31742c7db41219039f8cb8201')
|
||||
sha512sums=('15fddf24b917a95242bc21e603702a2389bb38fac23306b6d6c6e9a37ea7904e6890b2c6956d586d130b61b051dee4546e4a934b69f911fc98c4e350a84b3316')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue