add mac-arm64 as a separate platform
This commit is contained in:
16
data/mac-arm64/beta/releases.json
Normal file
16
data/mac-arm64/beta/releases.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"date": "2021-08-23",
|
||||||
|
"version": "1.5.0",
|
||||||
|
"minVersion": "0.9.9",
|
||||||
|
"minJavaVersion": "1.8",
|
||||||
|
"updates": {
|
||||||
|
"su3": {
|
||||||
|
"torrent": "magnet:?xt=urn:btih:4ec75754158779b5b74909a1768e6ab385d61e3b&dn=i2pupdate-1.5.0.su3&tr=http://tracker2.postman.i2p/announce.php",
|
||||||
|
"url": [
|
||||||
|
"http://stats.i2p/i2p/1.5.0/i2pupdate.su3"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
38
data/mac-arm64/stable/entries.html
Normal file
38
data/mac-arm64/stable/entries.html
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
<div>
|
||||||
|
<header title="I2P News">News feed, and router updates</header>
|
||||||
|
<article
|
||||||
|
id="urn:uuid:938f15bb-7371-407f-9697-2bf60e593bbb"
|
||||||
|
title="Security Update for I2P 1.7.1"
|
||||||
|
href="http://zzz.i2p/topics/3296-java-15-18-ecdsa-vulnerability"
|
||||||
|
author="zlatinb"
|
||||||
|
published="2022-04-20T14:00:00Z"
|
||||||
|
updated="2022-04-20T14:00:00Z">
|
||||||
|
<details>
|
||||||
|
<summary>I2P Mac Bundle with Java 18.0.1 Security Update</summary>
|
||||||
|
</details>
|
||||||
|
<p>
|
||||||
|
A security vulnerability affecting the Java Runtime Environment used by I2P has been disclosed.
|
||||||
|
Please update your Mac bundle to I2P 1.7.1 as soon as you can.
|
||||||
|
</p>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
<article
|
||||||
|
id="urn:uuid:f3f4304f-68c1-485c-b759-a63a8cb26a76"
|
||||||
|
title="Update for Mac JPackage 1.5.1"
|
||||||
|
href="http://i2p-projekt.i2p/en/blog/post/2021/11/02/i2p-jpackage-1.5.1"
|
||||||
|
author="zlatinb"
|
||||||
|
published="2021-11-02T18:00:00Z"
|
||||||
|
updated="2021-11-02T18:00:00Z">
|
||||||
|
<details>
|
||||||
|
<summary>I2P Mac Bundle with Java 17.0.1</summary>
|
||||||
|
</details>
|
||||||
|
<p>
|
||||||
|
Version 1.5.1 of the I2P Mac DMG bundle is now available. It features the latest JDK 17.0.1.
|
||||||
|
Please update.
|
||||||
|
</p>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
16
data/mac-arm64/stable/releases.json
Normal file
16
data/mac-arm64/stable/releases.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"date": "2022-05-24",
|
||||||
|
"version": "1.8.0",
|
||||||
|
"minVersion": "0.9.9",
|
||||||
|
"minJavaVersion": "1.8",
|
||||||
|
"updates": {
|
||||||
|
"su3": {
|
||||||
|
"torrent": "magnet:?xt=urn:btih:608d4571157f41c788ce79d2e5b1f6c5e289afbd&dn=I2P-1.8.0+Mac+DMG+update&tr=http://tracker2.postman.i2p/announce.php",
|
||||||
|
"url": [
|
||||||
|
"http://n4xen5sohufgjhv327ex4qra77f4tpqohlcyoa3atoboknzqazeq.b32.i2p/i2pmacupdate-1.8.0.su3"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
2
news.sh
2
news.sh
@ -76,7 +76,7 @@ final_generate_signed_feeds () {
|
|||||||
ls -l $BUILD
|
ls -l $BUILD
|
||||||
}
|
}
|
||||||
|
|
||||||
I2P_OSS="win mac $I2P_OSS"
|
I2P_OSS="win mac mac-arm64 $I2P_OSS"
|
||||||
I2P_BRANCHES="beta stable testing $I2P_BRANCHES"
|
I2P_BRANCHES="beta stable testing $I2P_BRANCHES"
|
||||||
|
|
||||||
if [ -z $I2P_OS ]; then
|
if [ -z $I2P_OS ]; then
|
||||||
|
Reference in New Issue
Block a user