Skip to content

Commit 1f033e7

Browse files
committed
Revert "openresolv: update to 3.14.0."
This reverts commit 1a2b6ab. This version is broken when the user /bin/sh is set to dash, as is the default for Void Linux.
1 parent 1bb2972 commit 1f033e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

srcpkgs/openresolv/template

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Template file for 'openresolv'
22
pkgname=openresolv
3-
version=3.14.0
4-
revision=1
3+
reverts="3.14.0_1"
4+
version=3.13.2
5+
revision=2
56
build_style=gnu-configure
67
configure_args="--bindir=/usr/bin"
78
hostmakedepends="runit"
@@ -10,7 +11,7 @@ maintainer="Andrea Brancaleoni <[email protected]>"
1011
license="BSD-2-Clause"
1112
homepage="https://roy.marples.name/projects/openresolv"
1213
distfiles="https://github.com/NetworkConfiguration/openresolv/archive/refs/tags/v${version}.tar.gz"
13-
checksum=5022b38dc0815b56bd980c6f827ea51d144fdc0db8e51f2f38a2876d97df3819
14+
checksum=e16b732b52df50e03fde3e37dd3fb642094248412afe78e6a7cf37c429ffe3ad
1415
conf_files="/etc/resolvconf.conf"
1516

1617
post_install() {

0 commit comments

Comments
 (0)