diff options
| author | Emrion <kmachine@free.fr> | 2026-06-02 18:05:22 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-06-02 18:05:22 +0000 |
| commit | d50ae27f0394f7bae7f37d5359825f04a3d8f00e (patch) | |
| tree | 844bc4c6feab8cbec80945634b7e482e2849a83e | |
| parent | 5c155a8309967df8d5914ec8c632397086f31227 (diff) | |
sysutils/loaders-update: Update 1.3.1 => 1.4.0
Changelog:
https://github.com/Emrion/uploaders/releases/tag/1.4.0
PR: 295776
Sponsored by: UNIS Labs
| -rw-r--r-- | sysutils/loaders-update/Makefile | 7 | ||||
| -rw-r--r-- | sysutils/loaders-update/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/loaders-update/Makefile b/sysutils/loaders-update/Makefile index 064e7fb709ab..a1f5ab032c68 100644 --- a/sysutils/loaders-update/Makefile +++ b/sysutils/loaders-update/Makefile @@ -1,5 +1,5 @@ PORTNAME= loaders-update -DISTVERSION= 1.3.1 +DISTVERSION= 1.4.0 CATEGORIES= sysutils MASTER_SITES= GH @@ -9,13 +9,14 @@ WWW= https://github.com/emrion/uploaders/ LICENSE= BSD2CLAUSE -ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= Utility is specific to amd64's boot code +ONLY_FOR_ARCHS= amd64 arm64 +ONLY_FOR_ARCHS_REASON= Upstream has not tested on other architectures USE_GITHUB= yes GH_ACCOUNT= emrion GH_PROJECT= uploaders +NO_ARCH= yes NO_BUILD= yes PLIST_FILES= sbin/${PORTNAME} \ diff --git a/sysutils/loaders-update/distinfo b/sysutils/loaders-update/distinfo index 6a86f0a83150..dccda5718557 100644 --- a/sysutils/loaders-update/distinfo +++ b/sysutils/loaders-update/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1774174167 -SHA256 (emrion-uploaders-1.3.1_GH0.tar.gz) = 65beda012a44672423a65b6f30d284d38ce4cb443f5685a210ad868410319b80 -SIZE (emrion-uploaders-1.3.1_GH0.tar.gz) = 9410 +TIMESTAMP = 1780327626 +SHA256 (emrion-uploaders-1.4.0_GH0.tar.gz) = 79c49b3ede7a23246c6611a71272be0c34c99353af5e7f588bb5489c42b88cff +SIZE (emrion-uploaders-1.4.0_GH0.tar.gz) = 9509 |
