mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-12-21
This commit is contained in:
parent
1b2b67efc8
commit
2535177b5e
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.12.20
|
||||
pkgver = 2024.12.21
|
||||
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-2024-12-20/ruffle-nightly-2024_12_20-linux-x86_64.tar.gz
|
||||
sha512sums = 969f04fe83ac000e6b9203a26cf0592925535e3cba88886949396028146607104396cd58613cf99943ae6b603c0cb5c926a24f4a82db76cf9aab6eeafd9f0089
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-12-21/ruffle-nightly-2024_12_21-linux-x86_64.tar.gz
|
||||
sha512sums = 07eecfbe830d78985247cf8fe1909e4ce404f53eb83afce85d6196ee19da5d3bf123fc8f56efb9c97589b3124eec95f1c1232ec8a46333ca555354c1d2234b11
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.12.20
|
||||
pkgver=2024.12.21
|
||||
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=(969f04fe83ac000e6b9203a26cf0592925535e3cba88886949396028146607104396cd58613cf99943ae6b603c0cb5c926a24f4a82db76cf9aab6eeafd9f0089)
|
||||
sha512sums=(07eecfbe830d78985247cf8fe1909e4ce404f53eb83afce85d6196ee19da5d3bf123fc8f56efb9c97589b3124eec95f1c1232ec8a46333ca555354c1d2234b11)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue