diff options
author | light4 | 2023-04-16 11:48:22 +0800 |
---|---|---|
committer | light4 | 2023-04-16 11:48:22 +0800 |
commit | 826cbb63828c3b1cec608ae8bb9fd01512a0d849 (patch) | |
tree | 8c5d7e03cfccc9e2d93c3739eb3170a49b6ca4c5 | |
parent | 3b2700579cdd5969250febe888e7af2bf0b32e2c (diff) | |
download | aur-826cbb63828c3b1cec608ae8bb9fd01512a0d849.tar.gz |
bump version v4.3.3
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = cproxy-bin pkgdesc = Easy per application transparent proxy built on cgroup, forked version. - pkgver = 4.3.2 + pkgver = 4.3.3 pkgrel = 0 url = https://github.com/light4/cproxy arch = x86_64 @@ -10,9 +10,9 @@ pkgbase = cproxy-bin depends = iproute2 provides = cproxy conflicts = cproxy - source_x86_64 = https://github.com/light4/cproxy/releases/download/v4.3.2/cproxy-v4.3.2-x86_64-linux-gnu - sha256sums_x86_64 = aaee96c0a86d5e1b2af509d7f6dd104bea42bd5b0f21f8e8f0c6ae9136b5d781 - source_aarch64 = https://github.com/light4/cproxy/releases/download/v4.3.2/cproxy-v4.3.2-aarch64-linux-gnu - sha256sums_aarch64 = 770e5ef0750051bae61e52148e59fa204d3920f54c5d00783388149910590bef + source_x86_64 = https://github.com/light4/cproxy/releases/download/v4.3.3/cproxy-v4.3.3-x86_64-linux-gnu + sha256sums_x86_64 = af2ccc26fa0b4fa51f2fc24dbd3d097a3fd324edf1f59774e82ef36579fdbf52 + source_aarch64 = https://github.com/light4/cproxy/releases/download/v4.3.3/cproxy-v4.3.3-aarch64-linux-gnu + sha256sums_aarch64 = 51ae015daed9bce779641737854cc194189ff020c009295f5356fb5d576f0c01 pkgname = cproxy-bin @@ -1,7 +1,7 @@ # Maintainer: Light Ning <lightning1141@gmail.com> pkgname=cproxy-bin -pkgver=4.3.2 +pkgver=4.3.3 pkgrel=0 pkgdesc="Easy per application transparent proxy built on cgroup, forked version." url="https://github.com/light4/cproxy" @@ -14,8 +14,8 @@ conflicts=('cproxy') source_x86_64=("https://github.com/light4/cproxy/releases/download/v${pkgver}/${pkgname/-bin/}-v${pkgver}-x86_64-linux-gnu") source_aarch64=("https://github.com/light4/cproxy/releases/download/v${pkgver}/${pkgname/-bin/}-v${pkgver}-aarch64-linux-gnu") -sha256sums_x86_64=('aaee96c0a86d5e1b2af509d7f6dd104bea42bd5b0f21f8e8f0c6ae9136b5d781') -sha256sums_aarch64=('770e5ef0750051bae61e52148e59fa204d3920f54c5d00783388149910590bef') +sha256sums_x86_64=('af2ccc26fa0b4fa51f2fc24dbd3d097a3fd324edf1f59774e82ef36579fdbf52') +sha256sums_aarch64=('51ae015daed9bce779641737854cc194189ff020c009295f5356fb5d576f0c01') package() { install -Dm4755 "${srcdir}/${pkgname/-bin/}-v${pkgver}-${CARCH}-linux-gnu" "$pkgdir/usr/bin/${pkgname/-bin/}" |