Skip to content

Update dependencies.properties wrapper files to files in java_installer#1081

Merged
ArneBab merged 1 commit into
hyphanet:nextfrom
ArneBab:dependencies.properties--match-java_installer
Jun 29, 2025
Merged

Update dependencies.properties wrapper files to files in java_installer#1081
ArneBab merged 1 commit into
hyphanet:nextfrom
ArneBab:dependencies.properties--match-java_installer

Conversation

@ArneBab

@ArneBab ArneBab commented Jun 29, 2025

Copy link
Copy Markdown
Contributor

Update to files from https://github.com/hyphanet/java_installer

commit 55cec944d8f1a269fd26a0093c696ed88436c61a (HEAD -> next, origin/next, origin/HEAD)
Author: Arne Babenhauserheide (freenet releases) arne_bab@web.de
Date: Tue Dec 24 17:17:22 2024 +0000

To validate in java_installer:

git clone https://github.com/hyphanet/java_installer && \
cd java_installer && \
for i in ./bin/wrapper.jar ./res/unix/bin/wrapper-macosx-universal-32 ./res/unix/bin/wrapper-macosx-universal-64 ./res/unix/lib/libwrapper-macosx-universal-32.jnilib ./res/unix/lib/libwrapper-macosx-universal-64.jnilib; do
 fcpupload $i 2>/dev/null; 
 sha256sum $i; 
 wc -c $i; 
done

Update to files from https://github.com/hyphanet/java_installer

commit 55cec944d8f1a269fd26a0093c696ed88436c61a (HEAD -> next, origin/next, origin/HEAD)
Author: Arne Babenhauserheide (freenet releases) <arne_bab@web.de>
Date:   Tue Dec 24 17:17:22 2024 +0000

To validate in java_installer:

git clone https://github.com/hyphanet/java_installer && \
cd java_installer && \
for i in ./bin/wrapper.jar ./res/unix/bin/wrapper-macosx-universal-32 ./res/unix/bin/wrapper-macosx-universal-64 ./res/unix/lib/libwrapper-macosx-universal-32.jnilib ./res/unix/lib/libwrapper-macosx-universal-64.jnilib; do
 fcpupload $i 2>/dev/null;
 sha256sum $i;
 wc -c $i;
done
@ArneBab ArneBab force-pushed the dependencies.properties--match-java_installer branch from 8329e4f to f27f877 Compare June 29, 2025 10:12
@ArneBab ArneBab merged commit c084e56 into hyphanet:next Jun 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants