mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 05:37:01 +02:00
Revert "openresolv: update to 3.14.0."
This reverts commit 1a2b6ab1df
.
This version is broken when the user /bin/sh is set to dash, as is the default
for Void Linux.
This commit is contained in:
parent
1bb29729b3
commit
1f033e70c6
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'openresolv'
|
||||
pkgname=openresolv
|
||||
version=3.14.0
|
||||
revision=1
|
||||
reverts="3.14.0_1"
|
||||
version=3.13.2
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--bindir=/usr/bin"
|
||||
hostmakedepends="runit"
|
||||
|
@ -10,7 +11,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://roy.marples.name/projects/openresolv"
|
||||
distfiles="https://github.com/NetworkConfiguration/openresolv/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=5022b38dc0815b56bd980c6f827ea51d144fdc0db8e51f2f38a2876d97df3819
|
||||
checksum=e16b732b52df50e03fde3e37dd3fb642094248412afe78e6a7cf37c429ffe3ad
|
||||
conf_files="/etc/resolvconf.conf"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue