summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO28
-rw-r--r--PKGBUILD16
2 files changed, 22 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f71c017acc29..05d018f07bbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mihomo-bin
pkgdesc = Binary version of mihomo.
- pkgver = 1.18.3
- pkgrel = 2
+ pkgver = 1.18.4
+ pkgrel = 1
url = https://github.com/MetaCubeX/mihomo
install = mihomo-bin.install
arch = i686
@@ -21,17 +21,17 @@ pkgbase = mihomo-bin
sha256sums = 12df82e131fae39e0b417fbf692c395ecfebcb959014981a0d58003deba0938f
sha256sums = 0455abd5a27b98e72466d60eb37546299eaf021ad61f28fc57724d7a7516de85
sha256sums = c4af03523b8006d206440163406ee9b4de1a10bb5023fb3194490b8225a5e481
- source_i686 = mihomo-bin-i686-1.18.3.gz::https://github.com/MetaCubeX/mihomo/releases/download/v1.18.3/mihomo-linux-386-v1.18.3.gz
- sha256sums_i686 = f2a4da93cabf7da2de3b08da6bb71f7ba407f091b44338bd57bcdaad08beae45
- source_x86_64 = mihomo-bin-x86_64-1.18.3.gz::https://github.com/MetaCubeX/mihomo/releases/download/v1.18.3/mihomo-linux-amd64-compatible-v1.18.3.gz
- sha256sums_x86_64 = c413824154e018c6f897ef0c377ecceff3bd15d86fb0387e1c43d765fde78458
- source_armv7h = mihomo-bin-armv7h-1.18.3.gz::https://github.com/MetaCubeX/mihomo/releases/download/v1.18.3/mihomo-linux-armv7-v1.18.3.gz
- sha256sums_armv7h = 6a093ce397bd4121672c5598fd90e377d44d7049329ca3556f9b8427c0432638
- source_aarch64 = mihomo-bin-aarch64-1.18.3.gz::https://github.com/MetaCubeX/mihomo/releases/download/v1.18.3/mihomo-linux-arm64-v1.18.3.gz
- sha256sums_aarch64 = 7e1c6209316125d8e99385f19cbb2212f8bc0155b9fd15cfeb73207de879b1ad
- source_loong64 = mihomo-bin-loong64-1.18.3.gz::https://github.com/MetaCubeX/mihomo/releases/download/v1.18.3/mihomo-linux-loong64-abi2-v1.18.3.gz
- sha256sums_loong64 = 5a711f7762e6b4e51f8760062f538853418405449b2e35b3199173b19c292f8f
- source_riscv64 = mihomo-bin-riscv64-1.18.3.gz::https://github.com/MetaCubeX/mihomo/releases/download/v1.18.3/mihomo-linux-riscv64-v1.18.3.gz
- sha256sums_riscv64 = 42921b4c5583abf54cc8e1868ecad62511d238183b5ad7a8ed00f76e1a046274
+ source_i686 = mihomo-bin-i686-1.18.4.gz::https://github.com/MetaCubeX/mihomo/releases/download/v1.18.4/mihomo-linux-386-v1.18.4.gz
+ sha256sums_i686 = a94e7959209aa86217442e8f5624eb813c6b6dfa3c657f41757fbdfe1ebbd809
+ source_x86_64 = mihomo-bin-x86_64-1.18.4.gz::https://github.com/MetaCubeX/mihomo/releases/download/v1.18.4/mihomo-linux-amd64-compatible-v1.18.4.gz
+ sha256sums_x86_64 = 3a1887c24eaf5d6817d9364bd85e1cde36ccfb2863cbe5d52326f5ccdaff2f7b
+ source_armv7h = mihomo-bin-armv7h-1.18.4.gz::https://github.com/MetaCubeX/mihomo/releases/download/v1.18.4/mihomo-linux-armv7-v1.18.4.gz
+ sha256sums_armv7h = cf3e3a9bd964d25b4e13df3df2302e6c96f895d435de99d36c13f3f738b0d47b
+ source_aarch64 = mihomo-bin-aarch64-1.18.4.gz::https://github.com/MetaCubeX/mihomo/releases/download/v1.18.4/mihomo-linux-arm64-v1.18.4.gz
+ sha256sums_aarch64 = 4bbdc191afdcefa1903171e8b3e1b378e5b66bf4776d18b3556344ef9a85254f
+ source_loong64 = mihomo-bin-loong64-1.18.4.gz::https://github.com/MetaCubeX/mihomo/releases/download/v1.18.4/mihomo-linux-loong64-abi2-v1.18.4.gz
+ sha256sums_loong64 = d6a2053b45f7575ec2801c2b2c6269e5d4f6615c65bc8e184c349d4ecbfae4be
+ source_riscv64 = mihomo-bin-riscv64-1.18.4.gz::https://github.com/MetaCubeX/mihomo/releases/download/v1.18.4/mihomo-linux-riscv64-v1.18.4.gz
+ sha256sums_riscv64 = 20db35c49f4fe364bb59d7e65c2106014ffb828593bbd004159dfeafb861c5c6
pkgname = mihomo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9e42591f3f33..0b764cf22d2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: adiprasetya <ignilium.inc@gmail.com>
pkgname=mihomo-bin
-pkgver=1.18.3
-pkgrel=2
+pkgver=1.18.4
+pkgrel=1
pkgdesc="Binary version of mihomo."
arch=("i686" "x86_64" "armv7h" "aarch64" "loong64" "riscv64")
url="https://github.com/MetaCubeX/mihomo"
@@ -34,12 +34,12 @@ source_riscv64=("${pkgname}-riscv64-${pkgver}.gz::${url}/releases/download/v${pk
sha256sums=('12df82e131fae39e0b417fbf692c395ecfebcb959014981a0d58003deba0938f'
'0455abd5a27b98e72466d60eb37546299eaf021ad61f28fc57724d7a7516de85'
'c4af03523b8006d206440163406ee9b4de1a10bb5023fb3194490b8225a5e481')
-sha256sums_i686=('f2a4da93cabf7da2de3b08da6bb71f7ba407f091b44338bd57bcdaad08beae45')
-sha256sums_x86_64=('c413824154e018c6f897ef0c377ecceff3bd15d86fb0387e1c43d765fde78458')
-sha256sums_armv7h=('6a093ce397bd4121672c5598fd90e377d44d7049329ca3556f9b8427c0432638')
-sha256sums_aarch64=('7e1c6209316125d8e99385f19cbb2212f8bc0155b9fd15cfeb73207de879b1ad')
-sha256sums_loong64=('5a711f7762e6b4e51f8760062f538853418405449b2e35b3199173b19c292f8f')
-sha256sums_riscv64=('42921b4c5583abf54cc8e1868ecad62511d238183b5ad7a8ed00f76e1a046274')
+sha256sums_i686=('a94e7959209aa86217442e8f5624eb813c6b6dfa3c657f41757fbdfe1ebbd809')
+sha256sums_x86_64=('3a1887c24eaf5d6817d9364bd85e1cde36ccfb2863cbe5d52326f5ccdaff2f7b')
+sha256sums_armv7h=('cf3e3a9bd964d25b4e13df3df2302e6c96f895d435de99d36c13f3f738b0d47b')
+sha256sums_aarch64=('4bbdc191afdcefa1903171e8b3e1b378e5b66bf4776d18b3556344ef9a85254f')
+sha256sums_loong64=('d6a2053b45f7575ec2801c2b2c6269e5d4f6615c65bc8e184c349d4ecbfae4be')
+sha256sums_riscv64=('20db35c49f4fe364bb59d7e65c2106014ffb828593bbd004159dfeafb861c5c6')
package() {
cd "${srcdir}"