summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e1b4928babe..2b176473a555 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = proxyee-down
pkgdesc = 基于HTTP代理的百度网盘(Baidu)不限速下载,SwitchyOmega设置请参见项目主页说明
- pkgver = 3.02
+ pkgver = 3.1
pkgrel = 1
url = https://github.com/monkeyWie/proxyee-down
arch = any
license = Apache License 2.0
- makedepends = unzip
makedepends = binutils
depends = java-openjfx
- source = https://github.com/monkeyWie/proxyee-down/releases/download/3.02/proxyee-down-main.jar
+ source = https://github.com/monkeyWie/proxyee-down/releases/download/3.1/proxyee-down-main.jar
md5sums = SKIP
pkgname = proxyee-down
diff --git a/PKGBUILD b/PKGBUILD
index bf08fbc2eff2..87d396d2e597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: archblue <jhswx84@aliyun.com>
pkgname=proxyee-down
-pkgver=3.02
+pkgver=3.1
pkgrel=1
pkgdesc="基于HTTP代理的百度网盘(Baidu)不限速下载,SwitchyOmega设置请参见项目主页说明"
arch=("any")
url="https://github.com/monkeyWie/proxyee-down"
license=('Apache License 2.0')
depends=('java-openjfx')
-makedepends=('unzip'
- 'binutils')
+makedepends=('binutils')
source=("https://github.com/monkeyWie/proxyee-down/releases/download/${pkgver}/proxyee-down-main.jar")
md5sums=('SKIP')