forked from mirror/needrestart
update to 3.8
This commit is contained in:
parent
db9b2cbb7c
commit
6294b3d6ad
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -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
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue