diff --git a/.SRCINFO b/.SRCINFO index 2954e7d8b5d9..c37b893459db 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = slive pkgdesc = 基于Flutter的聚合直播软件,支持多平台直播源聚合与观看。 - pkgver = 1.8.5 + pkgver = 1.8.7 pkgrel = 2 url = https://github.com/SlotSun/dart_simple_live arch = x86_64 @@ -20,7 +20,7 @@ pkgbase = slive depends = libva depends = libxv depends = patchelf - source = v1.8.5.tar.gz::https://github.com/SlotSun/dart_simple_live/archive/refs/tags/v1.8.5.tar.gz + source = v1.8.7.tar.gz::https://github.com/SlotSun/dart_simple_live/archive/refs/tags/v1.8.7.tar.gz sha256sums = SKIP pkgname = slive diff --git a/PKGBUILD b/PKGBUILD index 64bb21fc8af0..d97b34ecc25b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: SlotSun pkgname=slive -pkgver=1.8.5 +pkgver=1.8.7 pkgrel=2 pkgdesc="基于Flutter的聚合直播软件,支持多平台直播源聚合与观看。" arch=('x86_64') @@ -9,7 +9,7 @@ url="https://github.com/SlotSun/dart_simple_live" license=('GPL-3.0-or-later') depends=('gtk3' 'libvdpau' 'libpulse' 'libxss' 'libarchive' 'alsa-lib' 'libva' 'libxv' 'patchelf') makedepends=('git' 'clang' 'cmake' 'ninja' 'fvm' 'rustup') -source=("v1.8.5.tar.gz::https://github.com/SlotSun/dart_simple_live/archive/refs/tags/v1.8.5.tar.gz") +source=("v1.8.7.tar.gz::https://github.com/SlotSun/dart_simple_live/archive/refs/tags/v1.8.7.tar.gz") sha256sums=('SKIP') prepare() {