Skip to content

Commit

Permalink
Update BTCPayServer to 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kixunil committed Jan 6, 2024
1 parent f34ff6f commit 606cf9f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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

0 comments on commit 606cf9f

Please sign in to comment.