The Trunk: Installer-Core-ct.457.mcz
[email protected] Fri, 12 Jun 2026 16:32:59 0000
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Christoph Thiede uploaded a new version of Installer-Core to project The Trunk:
http://source.squeak.org/trunk/Installer-Core-ct.457.mcz
==================== Summary ====================
Name: Installer-Core-ct.457
Author: ct
Time: 12 June 2026, 6:32:59.111185 pm
UUID: b26c3df6-d85a-44c0-9097-7874d31b5883
Ancestors: Installer-Core-ct.456
Pins Squeak Inbox Talk to its latest release version unless running in Squeak trunk (alpha).
=============== Diff against Installer-Core-ct.456 ===============
Item was changed:
----- Method: Installer class>>installSqueakInboxTalk (in category 'scripts') -----
installSqueakInboxTalk
"For more information on Squeak Inbox Talk, visit https://github.com/hpi-swa-lab/squeak-inbox-talk"
(Smalltalk at: #Metacello) new
baseline: 'SqueakInboxTalk';
+ repository: ('github://hpi-swa-lab/squeak-inbox-talk:{1}/packages' format:
+ {SystemVersion current isAlpha ifTrue: ['main'] ifFalse: ['squeak60' "no newer stable release for 6.1 yet"]});
- repository: 'github://hpi-swa-lab/squeak-inbox-talk:main/packages';
load.
"Remove '(click to install)' note in 'Tools' menu."
TheWorldMainDockingBar updateInstances.!
Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]