mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
chore: update to 20251209.190635
This commit is contained in:
parent
9caea38d85
commit
4d16e31110
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = twitch-drops-miner-bin
|
||||
pkgdesc = An app that allows you to AFK mine timed Twitch drops, with automatic drop claiming and channel switching.
|
||||
pkgver = 20251205.160839
|
||||
pkgver = 20251209.190635
|
||||
pkgrel = 1
|
||||
url = https://github.com/DevilXD/TwitchDropsMiner
|
||||
arch = x86_64
|
||||
|
|
@ -10,8 +10,8 @@ pkgbase = twitch-drops-miner-bin
|
|||
conflicts = twitch-drops-miner
|
||||
options = !strip
|
||||
source_x86_64 = Twitch.Drops.Miner-x86_64.AppImage::https://github.com/DevilXD/TwitchDropsMiner/actions/runs/16847076869/artifacts/3725324177
|
||||
sha256sums_x86_64 = 092e3c8f84fa354748589286e722baae5276389c8821a7a193ae0ce73800ab22
|
||||
sha256sums_x86_64 = 4858b869804731943cfcd2f6a9298800d2d202b369385556117ee45aa7bab791
|
||||
source_aarch64 = Twitch.Drops.Miner-aarch64.AppImage::https://assets.dataflare.app/release/linux/aarch64/Dataflare.AppImage
|
||||
sha256sums_aarch64 = ea826120447f5ce9b12b4a9dade1adbabc1f25e71ad167a5266d88ec0992a6b7
|
||||
sha256sums_aarch64 = 6a6c86e0163d96517e4139e992d7b36b0cc1367fe9ec39c6a0a14eb6b8906fcc
|
||||
|
||||
pkgname = twitch-drops-miner-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: PandaDEV <contact@pandadev.net>
|
||||
pkgname=twitch-drops-miner-bin
|
||||
pkgver=20251205.160839
|
||||
pkgver=20251209.190635
|
||||
pkgrel=1
|
||||
pkgdesc="An app that allows you to AFK mine timed Twitch drops, with automatic drop claiming and channel switching."
|
||||
arch=(x86_64 aarch64)
|
||||
|
|
@ -12,8 +12,8 @@ provides=(twitch-drops-miner)
|
|||
conflicts=(twitch-drops-miner)
|
||||
source_x86_64=("Twitch.Drops.Miner.Linux.AppImage-x86_64.zip::https://github.com/DevilXD/TwitchDropsMiner/releases/download/dev-build/Twitch.Drops.Miner.Linux.AppImage-x86_64.zip")
|
||||
source_aarch64=("Twitch.Drops.Miner.Linux.AppImage-aarch64.zip::https://github.com/DevilXD/TwitchDropsMiner/releases/download/dev-build/Twitch.Drops.Miner.Linux.AppImage-aarch64.zip")
|
||||
sha256sums_x86_64=('092e3c8f84fa354748589286e722baae5276389c8821a7a193ae0ce73800ab22')
|
||||
sha256sums_aarch64=('ea826120447f5ce9b12b4a9dade1adbabc1f25e71ad167a5266d88ec0992a6b7')
|
||||
sha256sums_x86_64=('4858b869804731943cfcd2f6a9298800d2d202b369385556117ee45aa7bab791')
|
||||
sha256sums_aarch64=('6a6c86e0163d96517e4139e992d7b36b0cc1367fe9ec39c6a0a14eb6b8906fcc')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue