Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LND to 0.18.3 #234

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
sudo mkdir -p -m 777 packages
eval $EXECUTE_CMD bash "${REPO_DIR}/$CI_SCRIPT" "${{ matrix.source }}"
- name: Upload Debian Packages Just Built to Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.source }}
path: packages
Expand All @@ -102,7 +102,7 @@ jobs:
done
# Yes, this downloading of the cache and then uploding artifact is silly. I didn't figure out how to do it better, feel free to send a PR!
- name: Upload SHA256 of Debian Packages Just Built to Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: CADR_debs_sha256sum
path: packages/*.deb.sha256sum
Expand Down
2 changes: 1 addition & 1 deletion build_rules/lnd.pin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b1882567a774deeddc5ad4663dfb9987584ef3b14e195a7bdac11c23f5363bbb lnd-linux-amd64-v0.18.2-beta.tar.gz
b7ef62befece22bbc60227d63280dee4dfa7ec46ec780f33988cece5a70b4b05 lnd-linux-amd64-v0.18.3-beta.tar.gz
5 changes: 5 additions & 0 deletions pkg_specs/lnd.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
lnd (0.18.3-1) buster; urgency=medium

* Updated upstream version

-- Martin Habovstiak <[email protected]> Mon, 16 Sep 2024 09:34:21 +0000
lnd (0.18.2-1) buster; urgency=medium

* Updated upstream version
Expand Down
Loading