Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
glider
Commits:
e4eb439e by Morten Linderud at 2024-09-13T23:24:25+02:00
upgpkg: 0.16.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = glider
pkgdesc = A forward proxy with multiple protocols support
- pkgver = 0.16.3
- pkgrel = 2
+ pkgver = 0.16.4
+ pkgrel = 1
url = https://github.com/nadoo/glider
arch = x86_64
license = GPL
@@ -9,7 +9,7 @@ pkgbase = glider
makedepends = git
depends = glibc
options = !lto
- source =
glider-0.16.3.tar.gz::https://github.com/nadoo/glider/archive/v0.16.3.tar.gz
- sha512sums =
6c0a733e79a638e98b68f8ab16e72dbddfd5e21fc23467017294da1092821ef64a7ac0f3b3ea8f9dd6c27eb20aa28e6539d20fc0fb3812f5e1538c59dd3d99c0
+ source =
glider-0.16.4.tar.gz::https://github.com/nadoo/glider/archive/v0.16.4.tar.gz
+ sha512sums =
f7ed47456636b63ae04f948f2a237831d5b4d48a1c336085268d00b14659545f06ef140cdd0afbaef3128aed4241c4b49558da3d8924e093fbc06e4cd1c53aaf
pkgname = glider
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=glider
-pkgver=0.16.3
-pkgrel=2
+pkgver=0.16.4
+pkgrel=1
pkgdesc="A forward proxy with multiple protocols support"
arch=('x86_64')
url="https://github.com/nadoo/glider"
@@ -12,7 +12,7 @@ options=('!lto')
depends=('glibc')
makedepends=('go' 'git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz")
-sha512sums=('6c0a733e79a638e98b68f8ab16e72dbddfd5e21fc23467017294da1092821ef64a7ac0f3b3ea8f9dd6c27eb20aa28e6539d20fc0fb3812f5e1538c59dd3d99c0')
+sha512sums=('f7ed47456636b63ae04f948f2a237831d5b4d48a1c336085268d00b14659545f06ef140cdd0afbaef3128aed4241c4b49558da3d8924e093fbc06e4cd1c53aaf')
build() {
cd glider-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glider/-/commit/e4eb439e9b33c77633fd02ef19874adaf7cead06
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glider/-/commit/e4eb439e9b33c77633fd02ef19874adaf7cead06
You're receiving this email because of your account on gitlab.archlinux.org.