(webpage) master: win 2.6.5
stassats via Sbcl-commits <[email protected]> Fri, 29 May 2026 21:22:54 +0000
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL webpage:
from 7005c2619fb7589b813cb49ca1b34116db0a627a (commit)
- Log -----------------------------------------------------------------
commit d9f38d228f56a86cc8fa310cbd0bcd32489e26b7
Author: Stas Boukarev <[email protected]>
Date: Fri May 29 23:59:48 2026 +0300
win 2.6.5
---
platform-support-platforms.lisp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/platform-support-platforms.lisp b/platform-support-platforms.lisp
index a119363..904887c 100644
--- a/platform-support-platforms.lisp
+++ b/platform-support-platforms.lisp
@@ -82,5 +82,5 @@
(define-port :x86-64 :debian-kfreebsd :available "1.2.7")
(define-port :x86 :windows :available "2.3.2" :file-type "msi")
-(define-port :x86-64 :windows :available "2.6.4" :file-type "msi")
-(define-port :arm64 :windows :available "2.6.4" :file-type "msi")
+(define-port :x86-64 :windows :available "2.6.5" :file-type "msi")
+(define-port :arm64 :windows :available "2.6.5" :file-type "msi")
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL webpage