summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimochan2024-03-04 08:40:40 +0800
committertimochan2024-03-04 08:40:40 +0800
commitc8c26255ff665f1e88e082b4f6c60f6798ed720e (patch)
treee3cbce8377206364fd9471dfa6a6baa398573904
parentab0152cad4b7a02dc517438656b677d03f0bec2c (diff)
downloadaur-clash-nyanpasu-appimage.tar.gz
update: v1.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e5b73a6784c..a60623ad3727 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clash-nyanpasu-appimage
pkgdesc = A Clash GUI based on tauri. Clash Nyanpasu! (∠・ω< )⌒☆​
- pkgver = 1.4.5
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/LibNyanpasu/clash-nyanpasu
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = clash-nyanpasu-appimage
conflicts = clash-nyanpasu-git
conflicts = clash-nyanpasu-bin
conflicts = clash-nyanpasu
- noextract = clash-nyanpasu-1.4.5-amd64.AppImage
+ noextract = clash-nyanpasu-1.5.0-amd64.AppImage
options = !strip
- source_x86_64 = clash-nyanpasu-1.4.5-amd64.AppImage::https://github.com/LibNyanpasu/clash-nyanpasu/releases/download/v1.4.5/clash-nyanpasu_1.4.5_amd64.AppImage
- sha256sums_x86_64 = d9c9315fe0cd641551f12f92c685fd6b002db2d9ed5cfb4a68c23d55b4e7c21d
+ source_x86_64 = clash-nyanpasu-1.5.0-amd64.AppImage::https://github.com/LibNyanpasu/clash-nyanpasu/releases/download/v1.5.0/clash-nyanpasu_1.5.0_amd64.AppImage
+ sha256sums_x86_64 = bd0b98c3658c0d59a61d2ef54c5b0aad430c79e6b40ce44416add5d8731b78b2
pkgname = clash-nyanpasu-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 9c6a800a8b51..d6fc53463aa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@ _pkgname=clash-nyanpasu
_Pkgname=clash-nyanpasu
_disname=clash-nyanpasu
major_version=1
-minor_version=4
-patch_version=5
+minor_version=5
+patch_version=0
pkgname="${_pkgname}"-appimage
pkgver="${major_version}.${minor_version}.${patch_version}"
@@ -18,7 +18,7 @@ conflicts=('clash-nyanpasu-git' 'clash-nyanpasu-bin' 'clash-nyanpasu')
provides=('clash-nyanpasu')
optdepends=('clash-rs: custom protocol network proxy, coding with rust')
source_x86_64=("${_Pkgname}-${major_version}.${minor_version}.${patch_version}-amd64.AppImage::https://github.com/LibNyanpasu/clash-nyanpasu/releases/download/v${major_version}.${minor_version}.${patch_version}/${_Pkgname}_${major_version}.${minor_version}.${patch_version}_amd64.AppImage")
-sha256sums_x86_64=('d9c9315fe0cd641551f12f92c685fd6b002db2d9ed5cfb4a68c23d55b4e7c21d')
+sha256sums_x86_64=('bd0b98c3658c0d59a61d2ef54c5b0aad430c79e6b40ce44416add5d8731b78b2')
_appimage="${_Pkgname}-${major_version}.${minor_version}.${patch_version}-amd64.AppImage"
noextract=("${_appimage}")