diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-06 23:15:01 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-06 23:15:01 +0800 |
| commit | 396997b50987fdb280a2e600faab461163216f48 (patch) | |
| tree | 42ba8fcc2e212fdae0a31786e7dbd0b728d0d784 /repos/extra/dhcpcd | |
| parent | e771f79d353d8bc553d3248dabade6ac2e971c18 (diff) | |
| download | alicelinux-396997b50987fdb280a2e600faab461163216f48.tar.gz alicelinux-396997b50987fdb280a2e600faab461163216f48.zip | |
dhcpcd: updated to 10.1.0
Diffstat (limited to 'repos/extra/dhcpcd')
| -rw-r--r-- | repos/extra/dhcpcd/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/dhcpcd/abuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/dhcpcd/.checksum b/repos/extra/dhcpcd/.checksum index a979430b..dc12b8b3 100644 --- a/repos/extra/dhcpcd/.checksum +++ b/repos/extra/dhcpcd/.checksum @@ -1,2 +1,2 @@ -11aa604d5cda58b3c153c81ed033960593e5cbd6754bac14afa3126474cf960b dhcpcd-10.0.10.tar.xz +c4f79af0f494a345bc20fedcbf47317e3377904374b227ccc4851e8f4d42ec88 dhcpcd-10.1.0.tar.xz 847d2e7af742d121dcbd8181609be45ab703daea4977fa4b8bea795a6fd907fe run diff --git a/repos/extra/dhcpcd/abuild b/repos/extra/dhcpcd/abuild index b9272f36..d90ad334 100644 --- a/repos/extra/dhcpcd/abuild +++ b/repos/extra/dhcpcd/abuild @@ -1,5 +1,5 @@ name=dhcpcd -version=10.0.10 +version=10.1.0 release=1 source="https://github.com/NetworkConfiguration/$name/releases/download/v$version/$name-$version.tar.xz run" |