mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to Nightly 2024-04-28
This commit is contained in:
parent
b17585eac1
commit
398778b682
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.04.27
|
||||
pkgver = 2024.04.28
|
||||
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-04-27/ruffle-nightly-2024_04_27-linux-x86_64.tar.gz
|
||||
sha512sums = 79682028a0b2263c217c96c6d9c3221e70d37d7cbd7a63b18e3da8c72f8036cb745054eb2e9f9cd9379e9cb2fb7929846c917c942837fe12173d4f6e13d1698c
|
||||
source = https://github.com/ruffle-rs/ruffle/releases/download/nightly-2024-04-28/ruffle-nightly-2024_04_28-linux-x86_64.tar.gz
|
||||
sha512sums = 905896ccb499ec0f74ce7d3b38726c4f22006075714aaf50da9f9701249cbd75268bf9352a43a48d0fa35a59a09869544187b59971f99d65599235d9db11e85e
|
||||
|
||||
pkgname = ruffle-nightly-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: relrel <relrelbachar@gmail.com>
|
||||
pkgname=ruffle-nightly-bin
|
||||
pkgver=2024.04.27
|
||||
pkgver=2024.04.28
|
||||
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=(79682028a0b2263c217c96c6d9c3221e70d37d7cbd7a63b18e3da8c72f8036cb745054eb2e9f9cd9379e9cb2fb7929846c917c942837fe12173d4f6e13d1698c)
|
||||
sha512sums=(905896ccb499ec0f74ce7d3b38726c4f22006075714aaf50da9f9701249cbd75268bf9352a43a48d0fa35a59a09869544187b59971f99d65599235d9db11e85e)
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue