summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-11-23 01:23:40 +0800
committerlilac2019-11-23 01:23:40 +0800
commitd3adbc801abbf9848da2945cec15e62d9a3f0905 (patch)
treed3ae28da60fcd2bb03894f58b28ffe8bfcfebe7b
parentd7b36af6c9d7174106393dd8a1a91cbcb44cd09c (diff)
downloadaur-d3adbc801abbf9848da2945cec15e62d9a3f0905.tar.gz
update by lilac
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 885f85309515..a47a80c9beb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = baidupcs-go-bin
pkgdesc = The terminal utility for Baidu Network Disk (Golang Version).
- pkgver = 3.6
- pkgrel = 3
+ pkgver = 3.6.1
+ pkgrel = 1
url = https://github.com/iikira/BaiduPCS-Go
arch = x86_64
license = Apache
@@ -9,8 +9,8 @@ pkgbase = baidupcs-go-bin
conflicts = baidupcs
source = https://raw.githubusercontent.com/iikira/BaiduPCS-Go/master/LICENSE
sha256sums = ddadea2805326e3cb072a8b6769885fc1399475922e4c7d60f5e9f8e28c63e3d
- source_x86_64 = https://github.com/iikira/BaiduPCS-Go/releases/download/v3.6/BaiduPCS-Go-v3.6-linux-amd64.zip
- sha256sums_x86_64 = 09a4bcc8090cd12a053b9efc18761dfaa6b232ebeda44c2747b179057ddf29fb
+ source_x86_64 = https://github.com/iikira/BaiduPCS-Go/releases/download/v3.6.1/BaiduPCS-Go-v3.6.1-linux-amd64.zip
+ sha256sums_x86_64 = 366bfc0ca0d661570b360a8cdbd9137ed5c3dd8b2c57a3a7a6eea8b218a330f6
pkgname = baidupcs-go-bin
diff --git a/PKGBUILD b/PKGBUILD
index a1466c1125e4..70b66c6b56df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ariel AxionL <axionl@aosc.io>
pkgname=baidupcs-go-bin
-pkgver=3.6
-pkgrel=3
+pkgver=3.6.1
+pkgrel=1
pkgdesc="The terminal utility for Baidu Network Disk (Golang Version)."
arch=('x86_64')
depends=()
@@ -13,7 +13,7 @@ source=("https://raw.githubusercontent.com/iikira/BaiduPCS-Go/master/LICENSE")
source_x86_64=("https://github.com/iikira/BaiduPCS-Go/releases/download/v$pkgver/BaiduPCS-Go-v$pkgver-linux-amd64.zip")
sha256sums=('ddadea2805326e3cb072a8b6769885fc1399475922e4c7d60f5e9f8e28c63e3d')
-sha256sums_x86_64=('09a4bcc8090cd12a053b9efc18761dfaa6b232ebeda44c2747b179057ddf29fb')
+sha256sums_x86_64=('366bfc0ca0d661570b360a8cdbd9137ed5c3dd8b2c57a3a7a6eea8b218a330f6')
package() {
dir="$srcdir/BaiduPCS-Go-v$pkgver-linux-amd64"
install -Dm755 $dir/BaiduPCS-Go ${pkgdir}/usr/bin/baidupcs