mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2020-11-20
This commit is contained in:
parent
92607af050
commit
d5dbaff015
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.13
|
||||
pkgver = nightly.2020.11.20
|
||||
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-13/ruffle_nightly_2020_11_13_linux.tar.gz
|
||||
sha512sums = badca40841b93ffdc74cf891f9bb7acc1c422c0f8be7e1dea2d7ae44cef265d4b56853dca772761387498ee4317bb88ff60ce2199a73eb0148690812f86ff8fb
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-11-20/ruffle_nightly_2020_11_20_linux.tar.gz
|
||||
sha512sums = 1d402f03ba8f256f15be951f850388a0ed79556fcddc64cdd2fed208c80785e5e9684c5e018553517ba3ab924047d4ed8f25bcbfaab99becd139b53783e356b4
|
||||
|
||||
pkgname = ruffle-bin
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-bin
|
||||
pkgver=nightly.2020.11.13
|
||||
pkgver=nightly.2020.11.20
|
||||
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=('badca40841b93ffdc74cf891f9bb7acc1c422c0f8be7e1dea2d7ae44cef265d4b56853dca772761387498ee4317bb88ff60ce2199a73eb0148690812f86ff8fb')
|
||||
sha512sums=('1d402f03ba8f256f15be951f850388a0ed79556fcddc64cdd2fed208c80785e5e9684c5e018553517ba3ab924047d4ed8f25bcbfaab99becd139b53783e356b4')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue