mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2023-08-14
This commit is contained in:
parent
bb3f070584
commit
0ff48ed6f7
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 = 2023.08.13
|
||||
pkgver = 2023.08.14
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle-git
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-08-13/ruffle-nightly-2023_08_13-linux-x86_64.tar.gz
|
||||
sha512sums = 8f917a5561b30fe9316546c81b644dcf63c8f081464090a0300ab17c964d0b83f96f4e9683e543e5aea1cead7c449903bce2e2e4dcc7d4bd60ba3bbc7b141f91
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-08-14/ruffle-nightly-2023_08_14-linux-x86_64.tar.gz
|
||||
sha512sums = f46c1a9c683962a6e2802c443a5eac49dadb469551d02b630e16d7fa168ae168e441cf3028b5bc01da68deabc80bc3123e066d56019331b17ff3c8298d2b3f90
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2023.08.13
|
||||
pkgver=2023.08.14
|
||||
pkgrel=1
|
||||
pkgdesc="A Flash Player emulator written in Rust"
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ depends=(openssl 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=(8f917a5561b30fe9316546c81b644dcf63c8f081464090a0300ab17c964d0b83f96f4e9683e543e5aea1cead7c449903bce2e2e4dcc7d4bd60ba3bbc7b141f91)
|
||||
sha512sums=(f46c1a9c683962a6e2802c443a5eac49dadb469551d02b630e16d7fa168ae168e441cf3028b5bc01da68deabc80bc3123e066d56019331b17ff3c8298d2b3f90)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue