summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaruue Icymoon2022-12-01 00:16:38 +0800
committerHaruue Icymoon2022-12-01 00:16:38 +0800
commit3a3e0a6d118871762b95e027f897cf0972f838ea (patch)
tree84a59ed814229f27818162fb4d6583c5bf57ca3b
parentba3160b6a0e54c1da612593f46906695a7327fc9 (diff)
downloadaur-3a3e0a6d118871762b95e027f897cf0972f838ea.tar.gz
update: 1.3.1-2
chore: update project url & git repo url ref: hysteria@968f5bd96b99e6390f7d11383d99528ba32de857 chore: disable the update check ref: hysteria@62075cdf1426d135c4e52f9a77e0188d17419ebb
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--hysteria-server@.service3
-rw-r--r--hysteria@.service3
4 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12bc7f818394..362d0b4c98ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = hysteria-bin
pkgdesc = A feature-packed network utility optimized for networks of poor quality (Binary Release)
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://hysteria.network/
install = hysteria.install
arch = x86_64
license = GPL3
provides = hysteria
conflicts = hysteria
- source = hysteria-1.3.1-1-linux-amd64::https://github.com/apernet/hysteria/releases/download/v1.3.1/hysteria-linux-amd64
+ source = hysteria-1.3.1-2-linux-amd64::https://github.com/apernet/hysteria/releases/download/v1.3.1/hysteria-linux-amd64
source = hysteria@.service
source = hysteria-server@.service
source = sysusers.conf
source = tmpfiles.conf
sha256sums = 0187f8bb36dee222db78fecc6eece8eb588a759991858e2e11c4fcd544b8e014
- sha256sums = 61ef8c91f417d83411d89295495e0c926ded7ed02302e7a0efa123d564e12f7e
- sha256sums = 5a0fb1185e7bff6e05ec8ecb8a45b269fd4c7fa562ab107954ab87642a71f8d0
+ sha256sums = e5816c4c66ae564ab927e1460b4f1f89d7bbd5b957634723ef24a82eaf814d06
+ sha256sums = f79262911516c65a0574c12df5415c62b264e15c2d437635b6b10ef9689e0b94
sha256sums = 44f1cb2fedfc94dc396ceb215e62237dbc8c74c035c45a3430c1f3748d266dd9
sha256sums = 1e93d9f2b312eaf02ac00229106cd796e0cd54a9a468a0a8d3ae843399c1c310
diff --git a/PKGBUILD b/PKGBUILD
index 87fd01cff546..5b12395b9939 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=hysteria-bin
_pkgbase=hysteria
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='A feature-packed network utility optimized for networks of poor quality (Binary Release)'
arch=('x86_64')
url='https://hysteria.network/'
@@ -18,8 +18,8 @@ source=("$_pkgbase-$pkgver-$pkgrel-linux-amd64::https://github.com/apernet/$_pkg
'sysusers.conf'
'tmpfiles.conf')
sha256sums=('0187f8bb36dee222db78fecc6eece8eb588a759991858e2e11c4fcd544b8e014'
- '61ef8c91f417d83411d89295495e0c926ded7ed02302e7a0efa123d564e12f7e'
- '5a0fb1185e7bff6e05ec8ecb8a45b269fd4c7fa562ab107954ab87642a71f8d0'
+ 'e5816c4c66ae564ab927e1460b4f1f89d7bbd5b957634723ef24a82eaf814d06'
+ 'f79262911516c65a0574c12df5415c62b264e15c2d437635b6b10ef9689e0b94'
'44f1cb2fedfc94dc396ceb215e62237dbc8c74c035c45a3430c1f3748d266dd9'
'1e93d9f2b312eaf02ac00229106cd796e0cd54a9a468a0a8d3ae843399c1c310')
diff --git a/hysteria-server@.service b/hysteria-server@.service
index 3add0494478c..feef97d32187 100644
--- a/hysteria-server@.service
+++ b/hysteria-server@.service
@@ -1,10 +1,11 @@
[Unit]
Description=Hysteria Server Service
+Documentation=https://hysteria.network/
After=network.target
[Service]
Type=simple
-ExecStart=/usr/bin/hysteria -config /etc/hysteria/%i.json server
+ExecStart=/usr/bin/hysteria server --config %i.json --no-check
WorkingDirectory=/etc/hysteria
User=hysteria
Group=hysteria
diff --git a/hysteria@.service b/hysteria@.service
index 4ef29ac7259c..e25bdfdf70e4 100644
--- a/hysteria@.service
+++ b/hysteria@.service
@@ -1,10 +1,11 @@
[Unit]
Description=Hysteria Client Service
+Documentation=https://hysteria.network/
After=network.target
[Service]
Type=simple
-ExecStart=/usr/bin/hysteria -config /etc/hysteria/%i.json
+ExecStart=/usr/bin/hysteria client --config %i.json --no-check
WorkingDirectory=/etc/hysteria
User=hysteria
Group=hysteria