mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-03-27
This commit is contained in:
parent
dbc8a5b173
commit
e750c05e44
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.03.26
|
||||
pkgver = 2025.03.27
|
||||
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-03-26/ruffle-nightly-2025_03_26-linux-x86_64.tar.gz
|
||||
sha512sums = 3e7e01c0f08bda4f453b46941797056c33816b4d79d6d271611038ae51e3b35d3ee552048d8bba58704f16167f4c1cb7148f9685240dbd604a1fdb8ed663d480
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-03-27/ruffle-nightly-2025_03_27-linux-x86_64.tar.gz
|
||||
sha512sums = 827e3290f9dd6ce26d15266dde48a13f548412b769b2213ecba908b57412a778f78cc0260225866ef5f190632ad0c459fcd4140e0d97998c343e48d9026d1353
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.03.26
|
||||
pkgver=2025.03.27
|
||||
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=(3e7e01c0f08bda4f453b46941797056c33816b4d79d6d271611038ae51e3b35d3ee552048d8bba58704f16167f4c1cb7148f9685240dbd604a1fdb8ed663d480)
|
||||
sha512sums=(827e3290f9dd6ce26d15266dde48a13f548412b769b2213ecba908b57412a778f78cc0260225866ef5f190632ad0c459fcd4140e0d97998c343e48d9026d1353)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue