mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2025-01-23
This commit is contained in:
parent
674ca66045
commit
7c253bc596
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.21
|
||||
pkgver = 2025.01.23
|
||||
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-21/ruffle-nightly-2025_01_21-linux-x86_64.tar.gz
|
||||
sha512sums = b9757daf5096d413c4863e9ce6282780119ae29b71a7cdf310b1bac025fac83eaf24bbb4752e4cdcebf0601215a530f9cca889127aa5246b0ae3e026bd4b8c1f
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2025-01-23/ruffle-nightly-2025_01_23-linux-x86_64.tar.gz
|
||||
sha512sums = ebd9a061ae00f8f82ad672235c450801617d32d94538e790a0b295d84acdd9a3aa433d80730f805874bc9b4cc05b28c710ba7dbf5662eea495d1f8e804d8aa7f
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2025.01.21
|
||||
pkgver=2025.01.23
|
||||
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=(b9757daf5096d413c4863e9ce6282780119ae29b71a7cdf310b1bac025fac83eaf24bbb4752e4cdcebf0601215a530f9cca889127aa5246b0ae3e026bd4b8c1f)
|
||||
sha512sums=(ebd9a061ae00f8f82ad672235c450801617d32d94538e790a0b295d84acdd9a3aa433d80730f805874bc9b4cc05b28c710ba7dbf5662eea495d1f8e804d8aa7f)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue