summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2024-04-08 08:18:33 +0330
committerMohammadreza Abdollahzadeh2024-04-08 08:18:33 +0330
commit64fe645f98361de8009c84b1837dabaa28216fdf (patch)
tree1b50254a21e3c7b513e904ca00ce22ef71fde525
parent184632b7ba00f9e0aa8bc846b01f886764c4658b (diff)
downloadaur-64fe645f98361de8009c84b1837dabaa28216fdf.tar.gz
upgpkg: warp-plus-bin 1.1.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
-rw-r--r--warp-plus.install1
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b17df4c5b473..23ed3d3babc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = warp-plus-bin
pkgdesc = An open-source implementation of Cloudflare's Warp, enhanced with Psiphon integration.
- pkgver = 1.1.0
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/bepass-org/warp-plus
install = warp-plus.install
@@ -8,10 +8,10 @@ pkgbase = warp-plus-bin
license = MIT
provides = warp-plus
conflicts = warp-plus
- source = warp-plus-1.1.0-cdb551.zip::https://github.com/bepass-org/warp-plus/releases/download/v1.1.0/warp-plus-linux-amd64.cdb551.zip
+ source = warp-plus-1.1.3.zip::https://github.com/bepass-org/warp-plus/releases/download/v1.1.3/warp-plus_linux-amd64.zip
source = warp-plus-config.json
source = warp-plus.service
- sha256sums = 1f0ac7c201c3a23eb8c343cd4bd77f7e6023b0a818b87aca9b9e2760a14fb810
+ sha256sums = efead4e159c50fc87c789b2713dfe16d853f2c6221023f8f087b076bdc056318
sha256sums = 75f7943345b61ae5c7d1573b870733ad4de4bc013ca6f761c9f9e36c91dcb2bb
sha256sums = 5ada20e3b2871c0921dfe36d721914fa02fe2f4892919160daa71992e91be49b
diff --git a/PKGBUILD b/PKGBUILD
index b0504ac7945a..422a0b93885b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname='warp-plus-bin'
-pkgver=1.1.0
+pkgver=1.1.3
pkgrel=1
-_buildver=cdb551
pkgdesc="An open-source implementation of Cloudflare's Warp, enhanced with Psiphon integration."
arch=('x86_64')
url="https://github.com/bepass-org/warp-plus"
@@ -10,10 +9,10 @@ license=('MIT')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
install="${pkgname%-bin}.install"
-source=("${pkgname%-bin}-${pkgver//_/-}-${_buildver}.zip::${url}/releases/download/v${pkgver//_/-}/warp-plus-linux-amd64.${_buildver}.zip"
+source=("${pkgname%-bin}-${pkgver//_/-}.zip::${url}/releases/download/v${pkgver//_/-}/warp-plus_linux-amd64.zip"
"${pkgname%-bin}-config.json"
"${pkgname%-bin}.service")
-sha256sums=('1f0ac7c201c3a23eb8c343cd4bd77f7e6023b0a818b87aca9b9e2760a14fb810'
+sha256sums=('efead4e159c50fc87c789b2713dfe16d853f2c6221023f8f087b076bdc056318'
'75f7943345b61ae5c7d1573b870733ad4de4bc013ca6f761c9f9e36c91dcb2bb'
'5ada20e3b2871c0921dfe36d721914fa02fe2f4892919160daa71992e91be49b')
diff --git a/warp-plus.install b/warp-plus.install
index 04dc2c140c1b..5fee452db44c 100644
--- a/warp-plus.install
+++ b/warp-plus.install
@@ -10,6 +10,7 @@ pre_upgrade() {
}
post_upgrade() {
+ systemctl daemon-reload
systemctl start warp-plus.service
}