mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-06 12:44:22 +02:00
main/openresolv: upgrade to 3.14.1
https://github.com/NetworkConfiguration/openresolv/compare/v3.13.2...v3.14.1
This commit is contained in:
parent
ae82bf17f8
commit
698593864b
2 changed files with 5 additions and 5 deletions
main/openresolv
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=openresolv
|
||||
pkgver=3.13.2
|
||||
pkgrel=1
|
||||
pkgver=3.14.1
|
||||
pkgrel=0
|
||||
pkgdesc="A framework for managing DNS information"
|
||||
url="https://roy.marples.name/projects/openresolv"
|
||||
arch="noarch"
|
||||
|
@ -27,6 +27,6 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
5471178db5336f2d6ae08b1baf0fb45b76f0eb8fa313f25f3beb360749c87897b69d835c64733ee4ec18f72150259e4ba79cfe13dd69e5ff65a7e5b50f543136 openresolv-3.13.2.tar.gz
|
||||
4532f62530c8922f91ca9bb78b1fdb8f68801b0a4643af5e1a57faa7b1640e0b453c8603040c2a3315bbf1ee0c4f39c6fe696fde3ec9569d61a0ed086b3afaaa detect_init-remove-irrelevant.patch
|
||||
0892f525e28ecb968d524e4d880401102a4ff66ff945bd9ecdf495def9f779fbc685fe778ae162a129ec0ebafef4d10e6382710119f1a2897525e7eb6607bc1a openresolv-3.14.1.tar.gz
|
||||
60663daa0b98eed825186a950b6022b3ef11b897f8c27e63682242bef7db6a1ac5ae75f01c860d5d3f71452d2c3e6a8c76555bda3546ad265471025392e5b1d6 detect_init-remove-irrelevant.patch
|
||||
"
|
||||
|
|
|
@ -43,7 +43,7 @@ index d1cdc71..42023ff 100644
|
|||
- fi'
|
||||
elif [ -x /usr/bin/s6-rc ] && [ -x /usr/bin/s6-svc ]; then
|
||||
RESTARTCMD='
|
||||
if s6-rc -a list | grep -qFx $1-srv
|
||||
if s6-rc -a list 2>/dev/null | grep -qFx $1-srv
|
||||
then
|
||||
s6-svc -r /run/service/$1-srv
|
||||
fi'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue