summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c7c479ffda5..1ea647a9f2d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simple-live-app-bin
pkgdesc = 简简单单的看直播
- pkgver = 1.5.3.10503
+ pkgver = 1.6.0.10600
pkgrel = 1
url = https://github.com/xiaoyaocz/dart_simple_live
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = simple-live-app-bin
depends = libmpv.so
depends = xdg-user-dirs
options = !debug
- source_x86_64 = simple-live-app-bin-1.5.3.10503.deb::https://github.com/xiaoyaocz/dart_simple_live/releases/download/v1.5.3/simple_live_app-1.5.3+10503-linux.deb
- sha256sums_x86_64 = 95f646f4f2f5e68c56a4a5b5598e25c977155e986c92656bc502320943e402cf
+ source_x86_64 = simple-live-app-bin-1.6.0.10600.deb::https://github.com/xiaoyaocz/dart_simple_live/releases/download/v1.6.0/simple_live_app-1.6.0+10600-linux.deb
+ sha256sums_x86_64 = 08f60935a1473546b6ad64900290f23eca44e6596786abebcf62551631a31384
pkgname = simple-live-app-bin
diff --git a/PKGBUILD b/PKGBUILD
index ba8aba690030..30d140355ac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: everyx <lunt.luo#gmail.com>
# Maintainer: v9pzm7 <751000925#qq.com>
pkgname=simple-live-app-bin
-_build_id=10503
-_version=1.5.3
+_build_id=10600
+_version=1.6.0
pkgver=${_version}.${_build_id}
pkgrel=1
@@ -14,7 +14,7 @@ license=('GPL3')
# conflicts=("$pkgname-git" "$pkgname-beta")
source_x86_64=("$pkgname-$pkgver.deb::https://github.com/xiaoyaocz/dart_simple_live/releases/download/v${_version}/simple_live_app-${_version}+${_build_id}-linux.deb")
-sha256sums_x86_64=('95f646f4f2f5e68c56a4a5b5598e25c977155e986c92656bc502320943e402cf')
+sha256sums_x86_64=('08f60935a1473546b6ad64900290f23eca44e6596786abebcf62551631a31384')
depends=('libmpv.so' 'xdg-user-dirs')
options=(!debug)