Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
openfortivpn
Commits:
cbeabd06 by Maxime Gauduin at 2023-11-20T14:48:58+01:00
upgpkg: 1.21.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = openfortivpn
pkgdesc = An open implementation of Fortinet's proprietary PPP+SSL VPN
solution
- pkgver = 1.20.5
+ pkgver = 1.21.0
pkgrel = 1
url = https://github.com/adrienverge/openfortivpn
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = openfortivpn
depends = resolvconf
depends = systemd-libs
backup = etc/openfortivpn/config
- source =
git+https://github.com/adrienverge/openfortivpn.git#tag=1ccb8ee682af255ae85fecd5fcbab6497ccb6b38
+ source =
git+https://github.com/adrienverge/openfortivpn.git#tag=26a1fe68cc7a61c58f4f2a98862f6fcf30f9f2dc
sha256sums = SKIP
pkgname = openfortivpn
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Bartłomiej Piotrowski <[email protected]>
pkgname=openfortivpn
-pkgver=1.20.5
+pkgver=1.21.0
pkgrel=1
pkgdesc="An open implementation of Fortinet's proprietary PPP+SSL VPN solution"
arch=(x86_64)
@@ -19,7 +19,7 @@ makedepends=(
systemd
)
backup=(etc/openfortivpn/config)
-_tag=1ccb8ee682af255ae85fecd5fcbab6497ccb6b38
+_tag=26a1fe68cc7a61c58f4f2a98862f6fcf30f9f2dc
source=(git+https://github.com/adrienverge/openfortivpn.git#tag=${_tag})
sha256sums=(SKIP)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openfortivpn/-/commit/cbeabd069a0cc1733ec66e38ccf7c4ddc6a9c927
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openfortivpn/-/commit/cbeabd069a0cc1733ec66e38ccf7c4ddc6a9c927
You're receiving this email because of your account on gitlab.archlinux.org.