mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-01-04
This commit is contained in:
parent
1aed322b2c
commit
d12e3b7439
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 = 2025.01.02
|
||||
pkgver = 2025.01.04
|
||||
pkgrel = 1
|
||||
url = https://ruffle.rs/
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = ruffle-nightly-bin
|
|||
depends = alsa-lib
|
||||
provides = ruffle
|
||||
conflicts = ruffle
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-01-02/ruffle-nightly-2025_01_02-linux-x86_64.tar.gz
|
||||
sha512sums = 60d847793f29a47a363b91f3340f734835fa0132dc5237314183d7dc02240980736c87053bb51877facc94981c5345faf3114eda165ac39a2fb5612e077b6da1
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-01-04/ruffle-nightly-2025_01_04-linux-x86_64.tar.gz
|
||||
sha512sums = ba86d7e0143b4fc5a6ee3c7ad25d3f7bb865cfee3712f8718449de0083550c14b5d6a00373c261267f23bf41afeaaf5be9866ddc7d8c1c848d3b754b50345139
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.01.02
|
||||
pkgver=2025.01.04
|
||||
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)
|
||||
source=("https://github.com/ruffle-rs/ruffle/releases/download/nightly-${pkgver//./-}/ruffle-nightly-${pkgver//./_}-linux-x86_64.tar.gz")
|
||||
sha512sums=(60d847793f29a47a363b91f3340f734835fa0132dc5237314183d7dc02240980736c87053bb51877facc94981c5345faf3114eda165ac39a2fb5612e077b6da1)
|
||||
sha512sums=(ba86d7e0143b4fc5a6ee3c7ad25d3f7bb865cfee3712f8718449de0083550c14b5d6a00373c261267f23bf41afeaaf5be9866ddc7d8c1c848d3b754b50345139)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue