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 BTCPayServer to 1.12.3 #220

Merged
merged 1 commit into from
Jan 6, 2024
Merged
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
2 changes: 1 addition & 1 deletion build_rules/btcpayserver.pin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d738f797ec766d9e9ade14ab7c8f141c67a1debb
f23078df1c23d72c06fdae5de825164aca658ffa
5 changes: 5 additions & 0 deletions pkg_specs/btcpayserver.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
btcpayserver (1.12.3-1) buster; urgency=medium

* Updated upstream version

-- Martin Habovstiak <[email protected]> Sat, 06 Jan 2024 08:32:16 +0000
btcpayserver (1.9.1-1) buster; urgency=high

* Updated upstream version
Expand Down
2 changes: 1 addition & 1 deletion pkg_specs/btcpayserver.sps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "btcpayserver"
architecture = "any"
summary = "A cross platform, self-hosted server compatible with Bitpay API"
depends = ["dotnet-runtime-6.0", "aspnetcore-runtime-6.0"]
depends = ["dotnet-runtime-8.0", "aspnetcore-runtime-8.0"]
recommends = ["bitcoin-mainnet | bitcoin-regtest, btcpayserver-system-mainnet | bitcoin-regtest, btcpayserver-system-regtest | bitcoin-mainnet, btcpayserver-system-both | btcpayserver-system-mainnet | btcpayserver-system-regtest"]
add_files = ["/usr/lib/BTCPayServer"]
add_links = ["/usr/lib/BTCPayServer/BTCPayServer /usr/bin/btcpayserver"]
Expand Down
2 changes: 1 addition & 1 deletion pkg_specs/btcpayserver.sss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "btcpayserver"
section = "net"
variants = ["mainnet", "regtest"]
build_depends = ["dotnet-sdk-6.0:native (>= 6.0.400-1)"]
build_depends = ["dotnet-sdk-8.0:native (>= 8.0.100-1)"]
packages = ["btcpayserver", "btcpayserver-system-@variant", "btcpayserver-system-both", "btcpayserver-lnp-system-@variant", "btcpayserver-no-lnp-system-@variant"]
skip_debug_symbols = true
Loading