summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTurtleRuss2024-04-27 03:14:08 +0800
committerTurtleRuss2024-04-27 03:14:08 +0800
commita20b67b21a81819167e382cd58b793bbc0596ac2 (patch)
treeb7dfa753645f032a4a591d5c8d3ca82ea4c6db61
parentba5471f823609759147e660b20be918ab40ea935 (diff)
downloadaur-a20b67b21a81819167e382cd58b793bbc0596ac2.tar.gz
update version to 1.1.3, add support for macos
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b4a387fdf4d..198edcfd5c62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = hustmirror-cli
pkgdesc = The command line tool (hustmirror-cli) is a small tool that can help you quickly change sources to HUST mirror sources.
- pkgver = 1.1.2
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/hust-open-atom-club/hustmirror-cli
arch = x86_64
license = GPL
makedepends = make
- source = hustmirror-cli-1.1.2.tar.gz::https://github.com/hust-open-atom-club/hustmirror-cli/archive/refs/tags/v1.1.2.tar.gz
+ source = hustmirror-cli-1.1.3.tar.gz::https://github.com/hust-open-atom-club/hustmirror-cli/archive/refs/tags/v1.1.3.tar.gz
source = hustmirror-cli.patch
source = hustmirror-cli-makefile.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b6cf7331ab8f..2a04daaad8a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer:TurtleRuss <tttturtleruss@gmail.com>
pkgname=hustmirror-cli
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
epoch=
pkgdesc="The command line tool (hustmirror-cli) is a small tool that can help you quickly change sources to HUST mirror sources."
@@ -21,11 +21,11 @@ install=
changelog=
source=("$pkgname-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
"$pkgname.patch"
- "$pkgname-makefile.patch")
+ "$pkgname-makefile.patch")
noextract=()
sha256sums=('SKIP'
'a08dfc1246edcb721505d717dff36abdaa4aee0f1a74c02d4eece69f563cb5e8'
- 'b63df2685509bbdd82a97c0b73e4891d013a6a91c19fc029ed79ce9fc35b4710')
+ 'b63df2685509bbdd82a97c0b73e4891d013a6a91c19fc029ed79ce9fc35b4710')
validpgpkeys=()
prepare() {