mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2020-11-25
This commit is contained in:
parent
96ce997206
commit
d7010f09d1
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.24
|
||||
pkgver = nightly.2020.11.25
|
||||
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-24/ruffle_nightly_2020_11_24_linux.tar.gz
|
||||
sha512sums = a300101ac09badcf368b5e8956f0a5a0627328ffa90156e84cc454e365503f4f7a6ee1f9f4edbfee444a325b2e94ffef9975df24c2f81353fd396a2dac86766e
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2020-11-25/ruffle_nightly_2020_11_25_linux.tar.gz
|
||||
sha512sums = 31d838d8f22b689c857287c01f40ad70cc1c93c1cabeb438e2f5cb0d00b8216ddb9ec882f6cd9b81fde118feafb9214b2d1aab1fdc38d548d5f4279d97de79fc
|
||||
|
||||
pkgname = ruffle-bin
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-bin
|
||||
pkgver=nightly.2020.11.24
|
||||
pkgver=nightly.2020.11.25
|
||||
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=('a300101ac09badcf368b5e8956f0a5a0627328ffa90156e84cc454e365503f4f7a6ee1f9f4edbfee444a325b2e94ffef9975df24c2f81353fd396a2dac86766e')
|
||||
sha512sums=('31d838d8f22b689c857287c01f40ad70cc1c93c1cabeb438e2f5cb0d00b8216ddb9ec882f6cd9b81fde118feafb9214b2d1aab1fdc38d548d5f4279d97de79fc')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue