Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
microsocks
Commits:
d385badc by Felix Yan at 2026-03-03T03:19:48+08:00
upgpkg: 1.0.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = microsocks
pkgdesc = Tiny, portable SOCKS5 server with very moderate resource usage
- pkgver = 1.0.4
+ pkgver = 1.0.5
pkgrel = 1
url = https://github.com/rofl0r/microsocks
arch = x86_64
license = MIT
makedepends = git
depends = glibc
- source = git+https://github.com/rofl0r/microsocks.git#tag=v1.0.4
- sha512sums =
0e04985b046e1be866580682077a7f0faa9aef2d097bb306caeca46c53878d5dcc54b2298e873f74c34ab2c0078b4f727bca9c65c5845849a47cf02e3a7a9d3b
+ source = git+https://github.com/rofl0r/microsocks.git#tag=v1.0.5
+ sha512sums =
79cc5df6c5466289c049812d8ff407043ec88e8711cd503b014cacd398f20176679e1fa70c80e28e24f3d5363830988866bbf84efd4b9d9e980877a955fedf52
pkgname = microsocks
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=microsocks
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc='Tiny, portable SOCKS5 server with very moderate resource usage'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=(glibc)
makedepends=(git)
source=(git+https://github.com/rofl0r/microsocks.git#tag=v$pkgver)
-sha512sums=('0e04985b046e1be866580682077a7f0faa9aef2d097bb306caeca46c53878d5dcc54b2298e873f74c34ab2c0078b4f727bca9c65c5845849a47cf02e3a7a9d3b')
+sha512sums=('79cc5df6c5466289c049812d8ff407043ec88e8711cd503b014cacd398f20176679e1fa70c80e28e24f3d5363830988866bbf84efd4b9d9e980877a955fedf52')
build() {
cd microsocks
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/microsocks/-/commit/d385badcb20d1342037bfd8b15f2ce56e681fcb8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/microsocks/-/commit/d385badcb20d1342037bfd8b15f2ce56e681fcb8
You're receiving this email because of your account on gitlab.archlinux.org.