Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / lsof
Commits:
b9f7e8d5 by Anatol Pomozov at 2023-11-28T08:54:39-08:00
upgpkg: 4.99.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,14 @@
-# Generated by makepkg
-# Sun Sep 3 11:17:52 UTC 2023
pkgbase = lsof
pkgdesc = Lists open files for running Unix processes
- pkgver = 4.98.0
- pkgrel = 2
+ pkgver = 4.99.0
+ pkgrel = 1
url = https://github.com/lsof-org/lsof
arch = x86_64
license = custom
makedepends = groff
depends = glibc
depends = libtirpc
- source =
https://github.com/lsof-org/lsof/releases/download/4.98.0/lsof-4.98.0.tar.gz
- sha512sums =
6fde12497ce9cbba698be624b45e8392d551626c3e46b50ec23e661b322438ef7162dbac0d06829d56f074c7d934fa1ca98aa50ee1487125c93bebfe8eb2a2e8
+ source =
https://github.com/lsof-org/lsof/releases/download/4.99.0/lsof-4.99.0.tar.gz
+ sha512sums =
6fe3039f1167fb3023a7f358dda2b4ea6eace1e50a97d0168af494217581eef73cc1742f544d2fb9f85ded8370c86e63d48104da899396de7b3007997a201825
pkgname = lsof
=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@
# Contributor: Hendrik Meyer <[email protected]>
pkgname=lsof
-pkgver=4.98.0
-pkgrel=2
+pkgver=4.99.0
+pkgrel=1
pkgdesc='Lists open files for running Unix processes'
url='https://github.com/lsof-org/lsof'
arch=('x86_64')
@@ -21,7 +21,7 @@ makedepends=(
groff
)
source=(https://github.com/lsof-org/lsof/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('6fde12497ce9cbba698be624b45e8392d551626c3e46b50ec23e661b322438ef7162dbac0d06829d56f074c7d934fa1ca98aa50ee1487125c93bebfe8eb2a2e8')
+sha512sums=('6fe3039f1167fb3023a7f358dda2b4ea6eace1e50a97d0168af494217581eef73cc1742f544d2fb9f85ded8370c86e63d48104da899396de7b3007997a201825')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lsof/-/commit/b9f7e8d53b0141ba4371274f9355e29202847933
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lsof/-/commit/b9f7e8d53b0141ba4371274f9355e29202847933
You're receiving this email because of your account on gitlab.archlinux.org.