Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
vortix


Commits:
eb16d1a8 by Orhun Parmaksız at 2026-06-17T17:05:12+02:00
upgpkg: 0.4.2-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
 pkgbase = vortix
        pkgdesc = A TUI for WireGuard and OpenVPN with real-time telemetry and 
leak guarding
-       pkgver = 0.3.1
+       pkgver = 0.4.2
        pkgrel = 1
        url = https://github.com/Harry-kp/vortix
        arch = x86_64
        license = MIT
        makedepends = cargo
        depends = gcc-libs
-       source = 
vortix-0.3.1.tar.gz::https://github.com/Harry-kp/vortix/archive/v0.3.1.tar.gz
-       sha256sums = 
3f533f90c912df5a2a162192212cfc9fe414826ffee8975c9e22df66445e90f2
+       options = !lto
+       source = 
vortix-0.4.2.tar.gz::https://github.com/Harry-kp/vortix/archive/v0.4.2.tar.gz
+       sha256sums = 
2cd049037b60a5311301d23f144381cab5b0e911aafccb7da49ecfc346014234
 
 pkgname = vortix


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız <[email protected]>
 
 pkgname=vortix
-pkgver=0.3.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="A TUI for WireGuard and OpenVPN with real-time telemetry and leak 
guarding"
 arch=('x86_64')
@@ -10,7 +10,8 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('3f533f90c912df5a2a162192212cfc9fe414826ffee8975c9e22df66445e90f2')
+sha256sums=('2cd049037b60a5311301d23f144381cab5b0e911aafccb7da49ecfc346014234')
+options=('!lto')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vortix/-/commit/eb16d1a81219284bab0fe718f03dd1e6edb72317

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vortix/-/commit/eb16d1a81219284bab0fe718f03dd1e6edb72317
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to