diff options
author | Tim Biermann <tbier@posteo.de> | 2022-10-01 23:19:00 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-10-01 23:19:00 +0200 |
commit | 51935d11b3aa9c1729d08abdad91e4c21adae6c6 (patch) | |
tree | 7785eee1a8204f1ddf9fd6251add67b2e94514a3 /dhcpcd | |
parent | 580bfacb5e5d2fc0ff3ff5ff8fafd18a20b99239 (diff) | |
download | core-51935d11b3aa9c1729d08abdad91e4c21adae6c6.tar.gz core-51935d11b3aa9c1729d08abdad91e4c21adae6c6.tar.xz |
dhcpcd: fixed source()
Diffstat (limited to 'dhcpcd')
-rw-r--r-- | dhcpcd/.signature | 4 | ||||
-rw-r--r-- | dhcpcd/Pkgfile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dhcpcd/.signature b/dhcpcd/.signature index 69f5bd6b..1aa9d6cc 100644 --- a/dhcpcd/.signature +++ b/dhcpcd/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqpGqoscxlrad+gCQUwTCuJGZ9w/c1LMajXvTMAqNTHlAW2dzM5r6X06H0cQV08mtXw3+73+cS7DrszOBjTb8OgI= -SHA256 (Pkgfile) = aeadcf93e5208dd72dc42d1139b9308271963a3e5bee56ba7904b572199e87c4 +RWRJc1FUaeVeqlqqZDQgvC0E4E/dJw2UVGNRkXKh1N1lzv2qH4kdtuAEzecdD+A+uYsZL4Eu0n3Bej75gQ+c+2/Yur/R19C2qQo= +SHA256 (Pkgfile) = 227358cf40aae123247d08bd35f40d4ff0a59ea0e7ce710484a1511919a123d0 SHA256 (.footprint) = 6794a3116abf6567ff89e551b7560d585d97371577a6897efbd2bfcf75cd9db3 SHA256 (dhcpcd-9.4.1.tar.xz) = 819357634efed1ea5cf44ec01b24d3d3f8852fec8b4249925dcc5667c54e376c SHA256 (rc.dhcpcd) = f35d0748daa2e20aab01462684513bac6673e833459ba5ac1093ed814a3cae15 diff --git a/dhcpcd/Pkgfile b/dhcpcd/Pkgfile index 98596199..025c1f6d 100644 --- a/dhcpcd/Pkgfile +++ b/dhcpcd/Pkgfile @@ -6,8 +6,7 @@ name=dhcpcd version=9.4.1 release=1 -#source=(https://roy.marples.name/downloads/dhcpcd/$name-$version.tar.xz -source=(https://crux.nu/files/distfiles/$name-$version.tar.xz +source=(https://roy.marples.name/downloads/dhcpcd/$name-$version.tar.xz rc.dhcpcd) build() { |