-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: use APK compatible version schema
Different from OPKG, APK uses a deterministic version schema which chips the version into chunks and compares them individually. This enforces a certain schema which was previously entirely flexible. - Releases are added at the very and end prefixed with an `r` like `1.2.3-r3`. - Hashes are prefixed with a `~` like `1.2.3~abc123`. - Dates become semantic versions, like `2024.04.01` - Extra tags are possible like `_git`, `_alpha` and more. For full details see the APK test list: https://gitlab.alpinelinux.org/alpine/apk-tools/-/blob/master/test/version.data Signed-off-by: Paul Spooren <[email protected]>
- Loading branch information
Showing
63 changed files
with
69 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ PKG_SOURCE_URL:=https://github.com/openwrt/mt76 | |
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_DATE:=2024-03-18 | ||
PKG_SOURCE_VERSION:=2135e201e7a9339e018d4e2d4a33c73266e674d7 | ||
PKG_MIRROR_HASH:=810f636c60c86e6a426c676c3bf7aaea2f711feb31f4a66889d485112b612745 | ||
PKG_MIRROR_HASH:=530db8a70d18295677989aafc9c1757b151ef77e359985417f1d36e7d2415d33 | ||
|
||
PKG_MAINTAINER:=Felix Fietkau <[email protected]> | ||
PKG_USE_NINJA:=0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ PKG_SOURCE_PROTO:=git | |
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git | ||
PKG_SOURCE_DATE:=2022-02-17 | ||
PKG_SOURCE_VERSION:=4cd7d4f36bea731bf901cb067456f1d460294926 | ||
PKG_MIRROR_HASH:=ce9e8ac1bcf22afbb0a80c3da1a8e8e887851299681097e3dfbfc347f2c4c80f | ||
PKG_MIRROR_HASH:=66a498164dc89251f34155a679186f090d9f1df104a4a63805f3231d0587e0c9 | ||
PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]> | ||
PKG_LICENSE:=ISC | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ PKG_SOURCE_PROTO:=git | |
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall4.git | ||
PKG_SOURCE_DATE:=2023-11-03 | ||
PKG_SOURCE_VERSION:=698a53354fd280aae097efe08803c0c9a10c14c2 | ||
PKG_MIRROR_HASH:=e38484bffe11a04a67069128aa3b8a8c707ad58c79c0de2785a5d995421457aa | ||
PKG_MIRROR_HASH:=466c43e46fc4b9c24053874b322b84556e24718c1149bd9a52b889062de0dc29 | ||
PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]> | ||
PKG_LICENSE:=ISC | ||
|
||
|
@@ -26,7 +26,7 @@ define Package/firewall4 | |
+kmod-nft-nat \ | ||
+nftables-json \ | ||
+ucode +ucode-mod-fs +ucode-mod-ubus +ucode-mod-uci | ||
EXTRA_DEPENDS:=ucode (>= 2022-03-22) | ||
EXTRA_DEPENDS:=ucode (>=2022.03.22) | ||
PROVIDES:=uci-firewall | ||
endef | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ PKG_SOURCE_PROTO:=git | |
PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git | ||
PKG_SOURCE_DATE:=2024-01-04 | ||
PKG_SOURCE_VERSION:=f01345ec13b9b27ffd314d8689fb2d3f9c81a47d | ||
PKG_MIRROR_HASH:=58e92e9ce1a2c8ccb487e95dadf806f38b38abbe7cb3cde61ff880de5eb85c2f | ||
PKG_MIRROR_HASH:=7d1d40d89a8bc20213e0f7a9c1167cdefef250417ec34ca8b4df79b92ba0b5d3 | ||
PKG_MAINTAINER:=Felix Fietkau <[email protected]> | ||
|
||
PKG_LICENSE:=GPL-2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ PKG_SOURCE_PROTO:=git | |
PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcp6c.git | ||
PKG_SOURCE_DATE:=2023-05-12 | ||
PKG_SOURCE_VERSION:=bcd283632ac13391aac3ebdd074d1fd832d76fa3 | ||
PKG_MIRROR_HASH:=0f3508a5a148ca831ae30b49b21919535f9dfbbd003a942baa6cb5388d207878 | ||
PKG_MIRROR_HASH:=21aac76fcf4099287868afb52924ed2219e8e846ad82b96b7e1753417a8dde87 | ||
PKG_MAINTAINER:=Hans Dedecker <[email protected]> | ||
PKG_LICENSE:=GPL-2.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ PKG_SOURCE_PROTO:=git | |
PKG_SOURCE_URL=https://github.com/nbd168/bridger | ||
PKG_SOURCE_DATE:=2023-05-12 | ||
PKG_SOURCE_VERSION:=d0f79a16c749ad310d79e1c31f593860619f99eb | ||
PKG_MIRROR_HASH:=bee35594767cbcd13764f5c95e4837a4fc73171a91fcdae73aaefe00f4e8f8fa | ||
PKG_MIRROR_HASH:=052beb648545c67a4e24034347e4cb5d91319147bfe3f8d498d1aa576d14a089 | ||
|
||
PKG_LICENSE:=GPL-2.0 | ||
PKG_MAINTAINER:=Felix Fietkau <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ PKG_SOURCE_URL:=http://w1.fi/hostap.git | |
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_DATE:=2023-09-08 | ||
PKG_SOURCE_VERSION:=e5ccbfc69ecf297590341ae8b461edba9d8e964c | ||
PKG_MIRROR_HASH:=fcc6550f46c7f8bbdbf71e63f8f699b9a0878565ad1b90a17855f5ec21283b8f | ||
PKG_MIRROR_HASH:=8be806f6c88e736fff920e0d3e2cde7188fbf640fef47e9aeaad504674bfc0f3 | ||
|
||
PKG_MAINTAINER:=Felix Fietkau <[email protected]> | ||
PKG_LICENSE:=BSD-3-Clause | ||
|
@@ -150,7 +150,7 @@ define Package/hostapd/Default | |
TITLE:=IEEE 802.1x Authenticator | ||
URL:=http://hostap.epitest.fi/ | ||
DEPENDS:=$(DRV_DEPENDS) +hostapd-common $(CORE_DEPENDS) | ||
EXTRA_DEPENDS:=hostapd-common (=$(PKG_VERSION)-$(PKG_RELEASE)) | ||
EXTRA_DEPENDS:=hostapd-common (=$(PKG_VERSION)-r$(PKG_RELEASE)) | ||
USERID:=network=101:network=101 | ||
PROVIDES:=hostapd | ||
CONFLICTS:=$(HOSTAPD_PROVIDERS) | ||
|
@@ -255,7 +255,7 @@ define Package/wpad/Default | |
SUBMENU:=WirelessAPD | ||
TITLE:=IEEE 802.1x Auth/Supplicant | ||
DEPENDS:=$(DRV_DEPENDS) +hostapd-common $(CORE_DEPENDS) | ||
EXTRA_DEPENDS:=hostapd-common (=$(PKG_VERSION)-$(PKG_RELEASE)) | ||
EXTRA_DEPENDS:=hostapd-common (=$(PKG_VERSION)-r$(PKG_RELEASE)) | ||
USERID:=network=101:network=101 | ||
URL:=http://hostap.epitest.fi/ | ||
PROVIDES:=hostapd wpa-supplicant | ||
|
@@ -400,7 +400,7 @@ define Package/wpa-supplicant/Default | |
TITLE:=WPA Supplicant | ||
URL:=http://hostap.epitest.fi/wpa_supplicant/ | ||
DEPENDS:=$(DRV_DEPENDS) +hostapd-common $(CORE_DEPENDS) | ||
EXTRA_DEPENDS:=hostapd-common (=$(PKG_VERSION)-$(PKG_RELEASE)) | ||
EXTRA_DEPENDS:=hostapd-common (=$(PKG_VERSION)-r$(PKG_RELEASE)) | ||
USERID:=network=101:network=101 | ||
PROVIDES:=wpa-supplicant | ||
CONFLICTS:=$(SUPPLICANT_PROVIDERS) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ PKG_SOURCE_PROTO:=git | |
PKG_SOURCE_URL:=https://git.zx2c4.com/ipset-dns | ||
PKG_SOURCE_DATE:=2017-10-08 | ||
PKG_SOURCE_VERSION:=ade2cf88e933f4f90451e0a6171f0aa4a523f989 | ||
PKG_MIRROR_HASH:=34ad1f5c7d2eab90b795f2a512102891428216e3d439d918a8992846550e9697 | ||
PKG_MIRROR_HASH:=3e978df41cf2c79edb13846c458579388b0fae9a547ebca7b9f52ad6c0e50e70 | ||
PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]> | ||
|
||
PKG_LICENSE:=GPL-2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ PKG_RELEASE:=9 | |
|
||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_URL=$(PROJECT_GIT)/project/omcproxy.git | ||
PKG_MIRROR_HASH:=6443276368dc7d45ee58bd7067da6c3a85396d9996039232cae3bdd426382f0c | ||
PKG_MIRROR_HASH:=5e69aa12ca3bc1ecfb211e0ad40e0763a7e9dd99fc8b95b4d62b8c3d29df40bd | ||
PKG_SOURCE_DATE:=2021-11-04 | ||
PKG_SOURCE_VERSION:=bfba2aa75802ff1a70ef2fd3eba53409a8c6e93a | ||
PKG_MAINTAINER:=Steven Barth <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,13 @@ PKG_SOURCE_PROTO:=git | |
PKG_SOURCE_URL:=https://github.com/paulusmack/ppp | ||
PKG_SOURCE_DATE:=2021-01-04 | ||
PKG_SOURCE_VERSION:=4fb319056f168bb8379865b91b4fd3e1ada73f1e | ||
PKG_MIRROR_HASH:=429cb5fcff36e1d8698766130711d4764347f08b83233dfb4831bea21616efef | ||
PKG_MIRROR_HASH:=a6a31f71e46c7170b94e53723515f7d6f8ec512a84aa3003f20d393d8bd97347 | ||
PKG_MAINTAINER:=Felix Fietkau <[email protected]> | ||
PKG_LICENSE:=BSD-4-Clause | ||
PKG_CPE_ID:=cpe:/a:samba:ppp | ||
|
||
PKG_RELEASE_VERSION:=2.4.9 | ||
PKG_VERSION:=$(PKG_RELEASE_VERSION).git-$(PKG_SOURCE_DATE) | ||
PKG_VERSION:=$(PKG_RELEASE_VERSION)_git$(subst -,,$(PKG_SOURCE_DATE)) | ||
|
||
PKG_BUILD_DEPENDS:=libpcap | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ PKG_SOURCE_URL=$(PROJECT_GIT)/project/relayd.git | |
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_DATE:=2023-01-28 | ||
PKG_SOURCE_VERSION:=f646ba40489371e69f624f2dee2fc4e19ceec00e | ||
PKG_MIRROR_HASH:=672d3115728d40ee6897a9f633d269d127496699a7bd45eba11844aa771f2501 | ||
PKG_MIRROR_HASH:=19f2627c2e878617df72e31f01bf4505b063e0cb736c1745b176ec416971f923 | ||
|
||
PKG_MAINTAINER:=Felix Fietkau <[email protected]> | ||
PKG_LICENSE:=GPL-2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ PKG_SOURCE_PROTO:=git | |
PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git | ||
PKG_SOURCE_DATE:=2023-06-25 | ||
PKG_SOURCE_VERSION:=34a8a74dbdec3c0de38abc1b08f6a73c51263792 | ||
PKG_MIRROR_HASH:=8206885eebed5d1827763bcc5bcf9ca3510ae22b0ad1f6432114f1136c32dde2 | ||
PKG_MIRROR_HASH:=28f4b97588d6a991f64ae19a3e8dfed52295f37f543e30010fbeec92b3723c66 | ||
PKG_MAINTAINER:=Felix Fietkau <[email protected]> | ||
PKG_LICENSE:=ISC | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ PKG_SOURCE_URL=$(PROJECT_GIT)/project/mdnsd.git | |
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_DATE:=2024-01-08 | ||
PKG_SOURCE_VERSION:=e91ed406ecebb4bc08c346929e25f1b819c19edd | ||
PKG_MIRROR_HASH:=6568409c5facaa37dc27aeca67dc798b822c2e2897d6e067b4c61e3e99c1072c | ||
PKG_MIRROR_HASH:=d5b94ff96dd16d1df3281621c66b3974982d9ee96f52b8400504e9acbc3d9de4 | ||
|
||
PKG_MAINTAINER:=John Crispin <[email protected]> | ||
PKG_LICENSE:=LGPL-2.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ PKG_SOURCE_PROTO:=git | |
PKG_SOURCE_URL=$(PROJECT_GIT)/project/unetd.git | ||
PKG_SOURCE_DATE:=2023-05-31 | ||
PKG_SOURCE_VERSION:=7d3986b7a5a20b9af0dacd053b2657210385e7bb | ||
PKG_MIRROR_HASH:=07f0a4cbae3e80c6309bb8aa27fcef19fbc56093a9c7e426e0d527227af09429 | ||
PKG_MIRROR_HASH:=d3db5c71fdeae96782deadb413adf902009a189b7d5f21875d8f4315389849c3 | ||
|
||
PKG_LICENSE:=GPL-2.0 | ||
PKG_MAINTAINER:=Felix Fietkau <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ PKG_SOURCE_URL=$(PROJECT_GIT)/project/ustp.git | |
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_DATE:=2021-09-21 | ||
PKG_SOURCE_VERSION:=462b3a491347e452c15220861949b1d6371fa59e | ||
PKG_MIRROR_HASH:=0e96edc983cf437b95874e5715d743f30bb826d8757dc3771ff872ab9cf18f35 | ||
PKG_MIRROR_HASH:=b1d4e96f4855580d20572f930764cb09986339017c2a0ec26b22ce11d511c14f | ||
|
||
PKG_MAINTAINER:=Felix Fietkau <[email protected]> | ||
PKG_LICENSE:=GPL-2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ PKG_SOURCE_PROTO:=git | |
PKG_SOURCE_URL=$(PROJECT_GIT)/project/iwinfo.git | ||
PKG_SOURCE_DATE:=2024-03-08 | ||
PKG_SOURCE_VERSION:=8ffb8bfd1115ae95265aa52590aa948aba7672e4 | ||
PKG_MIRROR_HASH:=77bb6018b5001268c0f442dbfd8159893db620c575c9810221b1a42a30be4b5f | ||
PKG_MIRROR_HASH:=846d4ac22832e507e5a96e07332324e30cd39289743d18e9ec0d418009f3ba37 | ||
PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]> | ||
PKG_LICENSE:=GPL-2.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ PKG_SOURCE_PROTO:=git | |
PKG_SOURCE_URL=$(PROJECT_GIT)/project/umbim.git | ||
PKG_SOURCE_DATE:=2022-08-13 | ||
PKG_SOURCE_VERSION:=146bc77c98ace3d1cc672986669650d2e1da71f3 | ||
PKG_MIRROR_HASH:=3cf04858ff5c3f529904f9789b094aa9645ad41c91f553e6fc3fcd3cb341d359 | ||
PKG_MIRROR_HASH:=c610dc08b5663876c2afdc247d4d5615fd1be23e33fa7a646f0237d298719b98 | ||
PKG_MAINTAINER:=John Crispin <[email protected]> | ||
|
||
PKG_LICENSE:=GPL-2.0 | ||
|
Oops, something went wrong.