Skip to content

Commit 02c9d85

Browse files
committed
add arm64 to je_update in pacman
1 parent 3400619 commit 02c9d85

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

config/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.13
1+
9.6.14

pacman/je_update.ijs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ NEW=. hostpathsep jpath bname,'.new'
1515
if. 1~:ftype bname do. log'upgrade not supported for this type of install' return. end.
1616

1717
if. IF64 > IFRASPI do.
18-
t=. httpget path,plat,'/j64'
18+
s=. IFWA64 pick '64';'arm64'
19+
t=. httpget path,plat,'/j',s
1920
if. 1=;{.t do. log'upgrade - read jengine folder failed' return end.
20-
a=. fread '~temp/j64'
21+
a=. fread '~temp/j',s
2122
i=. >:((;(UNAME-:'Win'){'>libj';'>j') E. a)#i.#a
2223
a=. i}.each (#i)#<a
2324
a=. (a i.each'<'){.each a NB. hardware binaries available

0 commit comments

Comments
 (0)