mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2023-07-06
This commit is contained in:
parent
936f397970
commit
c45d4abc01
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.07.05
|
||||
pkgver = 2023.07.06
|
||||
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-07-05/ruffle-nightly-2023_07_05-linux-x86_64.tar.gz
|
||||
sha512sums = e26ecf5ab1b3d013b339932d360e7adeaf8bea5b29ddae6e6d73f9eaf0c8c077ac9602e0b90aec11eefb2126081f7fc8128a8db7551b94c9e1154d2cb8befdcb
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2023-07-06/ruffle-nightly-2023_07_06-linux-x86_64.tar.gz
|
||||
sha512sums = 043250370b57c02095f5d983b7f286354f9b481a21d13ddac2464b5ad4da7e9590392b2c3388ca1b292b43cf197d8271ef36c89916bc74e9a637336bc9ca9b2e
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2023.07.05
|
||||
pkgver=2023.07.06
|
||||
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=(e26ecf5ab1b3d013b339932d360e7adeaf8bea5b29ddae6e6d73f9eaf0c8c077ac9602e0b90aec11eefb2126081f7fc8128a8db7551b94c9e1154d2cb8befdcb)
|
||||
sha512sums=(043250370b57c02095f5d983b7f286354f9b481a21d13ddac2464b5ad4da7e9590392b2c3388ca1b292b43cf197d8271ef36c89916bc74e9a637336bc9ca9b2e)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue