mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-07-17
This commit is contained in:
parent
ce8b7b5564
commit
2face92fb3
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 = 2024.07.16
|
||||
pkgver = 2024.07.17
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle-git
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-07-16/ruffle-nightly-2024_07_16-linux-x86_64.tar.gz
|
||||
sha512sums = 1cb27f10846261b72466d2970aa0a08a6eebec7e3bbc536e105e86787e18eb1345ca0584d0e38a76d7bed31339e80f627b0e11db9272a0303f33db4acf9df556
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-07-17/ruffle-nightly-2024_07_17-linux-x86_64.tar.gz
|
||||
sha512sums = e8889852155770abb1c420cd1bdb9d1ce437a88ca9435c1bd1de65c190d56868a87908a5126a26f8e5eceaba91f8d91c936884392cbb5f94c6e727d7f7abe086
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.07.16
|
||||
pkgver=2024.07.17
|
||||
pkgrel=1
|
||||
pkgdesc="A Flash Player emulator written in Rust"
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ depends=(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=(1cb27f10846261b72466d2970aa0a08a6eebec7e3bbc536e105e86787e18eb1345ca0584d0e38a76d7bed31339e80f627b0e11db9272a0303f33db4acf9df556)
|
||||
sha512sums=(e8889852155770abb1c420cd1bdb9d1ce437a88ca9435c1bd1de65c190d56868a87908a5126a26f8e5eceaba91f8d91c936884392cbb5f94c6e727d7f7abe086)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue