Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / trippy
Commits: 08c0e655 by Orhun Parmaksız at 2025-01-04T21:50:44+03:00 upgpkg: 0.12.2-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = trippy pkgdesc = A network diagnostic tool - pkgver = 0.12.1 + pkgver = 0.12.2 pkgrel = 1 url = https://trippy.cli.rs install = trippy.install @@ -9,7 +9,7 @@ pkgbase = trippy makedepends = cargo depends = gcc-libs depends = libcap - source = trippy-0.12.1.tar.gz::https://github.com/fujiapple852/trippy/archive/0.12.1.tar.gz - b2sums = 068368d5e10df78c471b52f2dc3b2eb16fb16caa2883d6bbe98d6b4135bf6daa09d4f5dfb6db7ccd07173e1182de2fb82c1a6d1bb0dc45b53d6bfe2b11f5cf60 + source = trippy-0.12.2.tar.gz::https://github.com/fujiapple852/trippy/archive/0.12.2.tar.gz + b2sums = e78ebdceabf4cbeab886742fa2085e05a01744cb46cc236eca81fd105dd74288a12ddf34b2231fdc238efffe1ac23a442b0ed90f1b6e6b5eebfc2e570574d0ca pkgname = trippy ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=trippy -pkgver=0.12.1 +pkgver=0.12.2 pkgrel=1 pkgdesc='A network diagnostic tool' arch=('x86_64') @@ -12,7 +12,7 @@ depends=('gcc-libs' 'libcap') makedepends=('cargo') install=$pkgname.install source=("$pkgname-$pkgver.tar.gz::https://github.com/fujiapple852/trippy/archive/$pkgver.tar.gz") -b2sums=('068368d5e10df78c471b52f2dc3b2eb16fb16caa2883d6bbe98d6b4135bf6daa09d4f5dfb6db7ccd07173e1182de2fb82c1a6d1bb0dc45b53d6bfe2b11f5cf60') +b2sums=('e78ebdceabf4cbeab886742fa2085e05a01744cb46cc236eca81fd105dd74288a12ddf34b2231fdc238efffe1ac23a442b0ed90f1b6e6b5eebfc2e570574d0ca') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/trippy/-/commit/08c0e6559c13c9febab9d00bfeb8f02bda8b9c56 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/trippy/-/commit/08c0e6559c13c9febab9d00bfeb8f02bda8b9c56 You're receiving this email because of your account on gitlab.archlinux.org.