mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2020-11-23
This commit is contained in:
parent
1a7c6d81c0
commit
72d1515cee
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.22
|
||||
pkgver = nightly.2020.11.23
|
||||
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-22/ruffle_nightly_2020_11_22_linux.tar.gz
|
||||
sha512sums = 15fddf24b917a95242bc21e603702a2389bb38fac23306b6d6c6e9a37ea7904e6890b2c6956d586d130b61b051dee4546e4a934b69f911fc98c4e350a84b3316
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-11-23/ruffle_nightly_2020_11_23_linux.tar.gz
|
||||
sha512sums = 1afb8ffe0ef833576784e40febb20773acc2da6acb8ed70e53de4f3e3005421a52870619606e46368346a677753f6edb8fb70c46a61ea1f1d390e9e6bce26230
|
||||
|
||||
pkgname = ruffle-bin
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-bin
|
||||
pkgver=nightly.2020.11.22
|
||||
pkgver=nightly.2020.11.23
|
||||
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=('15fddf24b917a95242bc21e603702a2389bb38fac23306b6d6c6e9a37ea7904e6890b2c6956d586d130b61b051dee4546e4a934b69f911fc98c4e350a84b3316')
|
||||
sha512sums=('1afb8ffe0ef833576784e40febb20773acc2da6acb8ed70e53de4f3e3005421a52870619606e46368346a677753f6edb8fb70c46a61ea1f1d390e9e6bce26230')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue