update to 3.8

This commit is contained in:
T.J. Townsend 2024-11-19 11:42:39 -05:00
parent db9b2cbb7c
commit 6294b3d6ad
No known key found for this signature in database
GPG key ID: F296BDE50368C6CE
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = needrestart
pkgdesc = Restart daemons after library updates.
pkgver = 3.7
pkgver = 3.8
pkgrel = 1
url = https://github.com/liske/needrestart
arch = any
@ -13,9 +13,9 @@ pkgbase = needrestart
depends = perl-libintl-perl
optdepends = iucode-tool: for outdated microcode detection
options = !emptydirs
source = needrestart-3.7.tar.gz::https://github.com/liske/needrestart/archive/v3.7.tar.gz
source = needrestart-3.8.tar.gz::https://github.com/liske/needrestart/archive/v3.8.tar.gz
source = needrestart.hook
sha256sums = d801a9f9c9c2f9e10222d7c5dd068d3c9e02390db40b3944d4d0bcabc6c738ad
sha256sums = 42664e0b1b98fef1e5e849118b9985ac951516c4d5eb24a7da15d058da647c90
sha256sums = e5c6696a281f5445a3b7e2b7d1055f9189a2c39d4940721aa0c2718780f15f63
pkgname = needrestart

View file

@ -3,7 +3,7 @@
pkgname=needrestart
url=https://github.com/liske/needrestart
pkgdesc='Restart daemons after library updates.'
pkgver=3.7
pkgver=3.8
pkgrel=1
source=(
"needrestart-${pkgver}.tar.gz::https://github.com/liske/needrestart/archive/v${pkgver}.tar.gz"
@ -45,5 +45,5 @@ package() {
"${pkgdir}/usr/share/libalpm/hooks/needrestart.hook"
}
sha256sums=('d801a9f9c9c2f9e10222d7c5dd068d3c9e02390db40b3944d4d0bcabc6c738ad'
sha256sums=('42664e0b1b98fef1e5e849118b9985ac951516c4d5eb24a7da15d058da647c90'
'e5c6696a281f5445a3b7e2b7d1055f9189a2c39d4940721aa0c2718780f15f63')