update 2024-01-07 14:23:28
This commit is contained in:
parent
49f5fb61bc
commit
ae2f3c6e88
|
@ -8,13 +8,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ddns-go
|
PKG_NAME:=ddns-go
|
||||||
PKG_VERSION:=5.7.0
|
PKG_VERSION:=5.7.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/jeessy2/ddns-go.git
|
PKG_SOURCE_URL:=https://github.com/jeessy2/ddns-go.git
|
||||||
PKG_MIRROR_HASH:=c180b3fb35b41907eadcd79e603413489b569aa8ff603409ee83e784c3ab9457
|
PKG_MIRROR_HASH:=6f59151f36fbba207d156a905c8de80e26c7b54be9da5d0821d3417204d0eca8
|
||||||
PKG_SOURCE_VERSION:=5b77583b498dc2e893cd77533b5a15c0e1620aef
|
PKG_SOURCE_VERSION:=5b77583b498dc2e893cd77533b5a15c0e1620aef
|
||||||
|
|
||||||
PKG_LICENSE:=AGPL-3.0-only
|
PKG_LICENSE:=AGPL-3.0-only
|
||||||
|
|
|
@ -15,9 +15,9 @@ PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/fullcone-nat-nftables/nft-fullcone.git
|
PKG_SOURCE_URL:=https://github.com/fullcone-nat-nftables/nft-fullcone.git
|
||||||
PKG_SOURCE_DATE:=2023-01-10
|
PKG_SOURCE_DATE:=2023-05-17
|
||||||
PKG_SOURCE_VERSION:=95ad79bc6d15c64b2770fe8b7092a64d5c2a293c
|
PKG_SOURCE_VERSION:=07d93b626ce5ea885cd16f9ab07fac3213c355d9
|
||||||
PKG_MIRROR_HASH:=56440d912625a26f1a6412c5399fccf89432d1cd35d2e6c9cc4d3a445e98b223
|
PKG_MIRROR_HASH:=b89c68c68b5912f20cefed703c993498fed612ba4860fa75ef50037cb79a32f5
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2991,7 +2991,7 @@ td > .ifacebadge,
|
||||||
|
|
||||||
#syslog {
|
#syslog {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
font-family: 'argon';
|
font-family: 'Google Sans';
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -3406,7 +3406,7 @@ label[data-index][data-depends] {
|
||||||
textarea {
|
textarea {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
font-family: 'argon' !important;
|
font-family: 'Google Sans' !important;
|
||||||
color: #8898aa;
|
color: #8898aa;
|
||||||
border: 1px solid #dee2e6;
|
border: 1px solid #dee2e6;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
@ -3435,7 +3435,7 @@ div[style*="display:grid;grid-template-columns:repeat"] {
|
||||||
justify-content: space-evenly !important;
|
justify-content: space-evenly !important;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
font-family: 'argon';
|
font-family: 'Google Sans';
|
||||||
|
|
||||||
.ifacebox {
|
.ifacebox {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -4036,17 +4036,17 @@ pre.command-output {
|
||||||
border: 1px solid #dee2e6;
|
border: 1px solid #dee2e6;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
font-family: 'argon' !important;
|
font-family: 'Google Sans' !important;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#debug-rc-output > textarea {
|
#debug-rc-output > textarea {
|
||||||
font-family: 'argon' !important;
|
font-family: 'Google Sans' !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
font-family: 'argon' !important;
|
font-family: 'Google Sans' !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbi-button-up, .cbi-button-down {
|
.cbi-button-up, .cbi-button-down {
|
||||||
|
|
|
@ -6,12 +6,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sing-box
|
PKG_NAME:=sing-box
|
||||||
PKG_VERSION:=1.7.8
|
PKG_VERSION:=1.8.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=cea8c155699098d8de831a85bacac9c64f5a30eb8b6f36d656ebdd7fe3cc4581
|
PKG_HASH:=80ae2a860fc77d961c578999e5fcfe964f969c81d9ccac156b2fef1340eca12f
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-3.0-or-later
|
PKG_LICENSE:=GPL-3.0-or-later
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
Loading…
Reference in New Issue