Skip to content

Commit b9e4621

Browse files
committed
package/finit: bump to v4.9-rc1
Primarily fixes issue with DHCP server multiple subnets test, which triggers an ordering issue between reconfiguration of dnsmasq and the `initctl reload` command. For the full ChangeLog, please see: https://github.com/troglobit/finit/releases/tag/4.9-rc1 Signed-off-by: Joachim Wiberg <[email protected]>
1 parent d9f2f2c commit b9e4621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/finit/finit.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# From https://github.com/troglobit/finit/releases/
2-
sha256 5026965e33f31b8fa4e2e465b9521e805fa01c31cade884c07d0fcff97cd0ddf finit-4.8.tar.gz
2+
sha256 28cb93285a72f1b5d096c3405e69ae43d35f0a3cb1b19f873c1a1259d49e2e98 finit-4.9-rc1.tar.gz
33

44
# Locally calculated
55
sha256 2fd62c0fe6ea6d1861669f4c87bda83a0b5ceca64f4baa4d16dd078fbd218c14 LICENSE

package/finit/finit.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
FINIT_VERSION = 4.8
7+
FINIT_VERSION = 4.9-rc1
88
FINIT_SITE = https://github.com/troglobit/finit/releases/download/$(FINIT_VERSION)
99
FINIT_LICENSE = MIT
1010
FINIT_LICENSE_FILES = LICENSE

0 commit comments

Comments
 (0)