owngit-linux-arm64 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # owngit-linux-arm64
2
2
 
3
- This package holds the OwnGit 1.0.2 executable for Linux on ARM64. Install the `owngit` package instead, which selects this package on matching systems:
3
+ This package holds the OwnGit 1.0.3 executable for Linux on ARM64. Install the `owngit` package instead, which selects this package on matching systems:
4
4
 
5
5
  ```sh
6
6
  npm install -g owngit
@@ -26,6 +26,7 @@ The entries fall into two groups:
26
26
  - `github.com/mattn/go-isatty` v0.0.24: LICENSE
27
27
  - `github.com/ncruces/go-strftime` v1.0.0: LICENSE
28
28
  - `github.com/remyoudompheng/bigfft` v0.0.0-20230129092748-24d4a6f8daec: LICENSE
29
+ - `github.com/yuin/goldmark` v1.8.6: LICENSE
29
30
  - `golang.org/x/crypto` v0.57.0: LICENSE, PATENTS
30
31
  - `golang.org/x/sys` v0.48.0: LICENSE, PATENTS
31
32
  - `modernc.org/libc` v1.75.7: LICENSE, LICENSE-3RD-PARTY.md
@@ -33,6 +34,7 @@ The entries fall into two groups:
33
34
  - `modernc.org/memory` v1.12.1: LICENSE, LICENSE-GO, LICENSE-LOGO, LICENSE-MMAP-GO
34
35
  - `modernc.org/sqlite` v1.59.0: LICENSE, LICENSE-SQLITE, LICENSE-SQLITE_VEC
35
36
  - `bundled-assets/pretendard` unversioned (internal/webui/assets/fonts/PretendardVariable.woff2): PRETENDARD-LICENSE.txt
37
+ - `bundled-assets/linguist` v9.7.0 (internal/repository/languages.go): LINGUIST-LICENSE.txt
36
38
  - `go-runtime` go1.27.1: LICENSE, PATENTS
37
39
 
38
40
  Entries that need more than a single license file:
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2017 GitHub, Inc.
2
+
3
+ Permission is hereby granted, free of charge, to any person
4
+ obtaining a copy of this software and associated documentation
5
+ files (the "Software"), to deal in the Software without
6
+ restriction, including without limitation the rights to use,
7
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the
9
+ Software is furnished to do so, subject to the following
10
+ conditions:
11
+
12
+ The above copyright notice and this permission notice shall be
13
+ included in all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
+ OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 Yusuke Inuzuka
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -62,6 +62,18 @@
62
62
  }
63
63
  ]
64
64
  },
65
+ {
66
+ "module": "github.com/yuin/goldmark",
67
+ "version": "v1.8.6",
68
+ "files": [
69
+ {
70
+ "path": "LICENSE",
71
+ "mode": "0644",
72
+ "size": 1071,
73
+ "sha256": "c1d6f653c38c80294dc7994647ba0dcc508ce64a86996303c804efa2f7982bff"
74
+ }
75
+ ]
76
+ },
65
77
  {
66
78
  "module": "golang.org/x/crypto",
67
79
  "version": "v0.57.0",
@@ -195,6 +207,19 @@
195
207
  }
196
208
  ]
197
209
  },
210
+ {
211
+ "module": "bundled-assets/linguist",
212
+ "version": "v9.7.0",
213
+ "source": "internal/repository/languages.go",
214
+ "files": [
215
+ {
216
+ "path": "LINGUIST-LICENSE.txt",
217
+ "mode": "0644",
218
+ "size": 1056,
219
+ "sha256": "7717070c5a8c85440ff2312930bb30dd19002ab5bc235c9800042767f6f5242f"
220
+ }
221
+ ]
222
+ },
198
223
  {
199
224
  "module": "go-runtime",
200
225
  "version": "go1.27.1",
package/bin/owngit CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owngit-linux-arm64",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "The OwnGit executable for Linux on ARM64, installed by the owngit package",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/juliankang4/owngit",