diff options
author | Cy Schubert <cy@FreeBSD.org> | 2023-02-15 19:17:43 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2023-02-15 19:29:15 +0000 |
commit | 68efeb22b77fa0a7ff5dee33d7fca79744cb5d0b (patch) | |
tree | f60b0f580a2e6827c33b13d151b1f30b6c207be3 /sysutils/nut-devel/Makefile | |
parent | bee414d2c821d9833aa667977fc02c64a00cfac9 (diff) |
sysutils/nut-devel: Update to the latest networkupstools/nut github commit
Diffstat (limited to 'sysutils/nut-devel/Makefile')
-rw-r--r-- | sysutils/nut-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index f6f5908d9153..1fcfb26e1d3f 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -19,8 +19,8 @@ CONFLICTS= nut-[0-9]* USE_GITHUB= yes GH_ACCOUNT= networkupstools -GH_TAGNAME= 5a2d3a0e6 -NUT_COMMIT_DATE= 2023.01.24 +GH_TAGNAME= cdf2a6f70 +NUT_COMMIT_DATE= 2023.02.13 MAKE_JOBS_UNSAFE= yes USE_GCC= yes |