mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/radicle: Update to 1.1.0
This commit is contained in:
parent
1a45e8a743
commit
bb6dd2e83a
2 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= radicle
|
||||
DISTVERSION= 1.0.0
|
||||
PORTREVISION= 5
|
||||
DISTVERSION= 1.1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://distfiles.pirateparty.in/ashish/:sources \
|
||||
LOCAL/ashish:sources
|
||||
|
@ -18,13 +17,13 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
|
|||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_DEFAULT= DOCS
|
||||
|
||||
GIT_HEAD= d39ba83cfc7c7685548d18652fef039e25b19276
|
||||
GIT_HEAD= 70f0cc354dee34fc5efaa593a4166872f4089097
|
||||
|
||||
USES= cargo
|
||||
CARGO_INSTALL_PATH= radicle-cli radicle-remote-helper radicle-node
|
||||
CARGO_ENV= GIT_HEAD=${GIT_HEAD} \
|
||||
RADICLE_VERSION=${DISTVERSION} \
|
||||
SOURCE_DATE_EPOCH=1725360130
|
||||
SOURCE_DATE_EPOCH=1744895532
|
||||
PLIST_FILES= bin/git-remote-rad \
|
||||
bin/rad \
|
||||
bin/radicle-node
|
||||
|
@ -47,7 +46,7 @@ generate-tarball:
|
|||
${FIND} ${DISTNAME} -print0 | LC_ALL=C ${SORT} -z | \
|
||||
sudo ${TAR} --owner=0 --group=0 --numeric-owner --no-recursion \
|
||||
--null -T - -cf - ${DISTNAME} | \
|
||||
sudo ${GZIP_CMD} -9n >${DISTNAME}.tar.gz
|
||||
${GZIP_CMD} -9n >${DISTNAME}.tar.gz
|
||||
git -C ${PORTNAME} log -1 --pretty=%ct HEAD
|
||||
${RM} -rf ${PORTNAME} ${DISTNAME}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1726070410
|
||||
SHA256 (radicle-1.0.0.tar.gz) = 0a15207688b584014b8f9370ef67f2662f5db7c181a8769f7fa2ff748e017eb4
|
||||
SIZE (radicle-1.0.0.tar.gz) = 972953
|
||||
TIMESTAMP = 1744964733
|
||||
SHA256 (radicle-1.1.0.tar.gz) = 4a39bd431b8ac43f7ad7e4c28491bb7f47f7733268d5025c82e3b1f21ad0e0ae
|
||||
SIZE (radicle-1.1.0.tar.gz) = 1001636
|
||||
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
|
||||
SIZE (rust/crates/adler-1.0.2.crate) = 12778
|
||||
SHA256 (rust/crates/aead-0.5.2.crate) = d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0
|
||||
|
|
Loading…
Add table
Reference in a new issue