diff options
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/perl/perl.SlackBuild | 2 | ||||
-rwxr-xr-x | source/d/rust/rust.SlackBuild | 2 | ||||
-rw-r--r-- | source/d/rust/rust.url | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild index 6d61b4d4a..abe4b9355 100755 --- a/source/d/perl/perl.SlackBuild +++ b/source/d/perl/perl.SlackBuild @@ -95,7 +95,7 @@ MOO=2.005005 MODULERUNTIME=0.016 # https://metacpan.org/pod/Sub::Quote (freecell-solver) SUBQUOTE=2.006008 -# https://metacpan.org/pod/JSON (samba with Heimdal) +# https://metacpan.org/pod/JSON (samba with Heimdal) (NOTE: no longer needed for Samba/Heimdal) JSON=4.10 # https://metacpan.org/pod/IO::Tty (mosh) IOTTY=1.20 diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index 97de6e165..8db63d3f3 100755 --- a/source/d/rust/rust.SlackBuild +++ b/source/d/rust/rust.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=rust SRCNAM="${PKGNAM}c" -VERSION=${VERSION:-1.77.0} +VERSION=${VERSION:-1.77.1} BUILD=${BUILD:-1} # Set this to YES to build with the system LLVM, or NO to use the bundled LLVM. diff --git a/source/d/rust/rust.url b/source/d/rust/rust.url index 0540b244e..48c7416cd 100644 --- a/source/d/rust/rust.url +++ b/source/d/rust/rust.url @@ -1,5 +1,5 @@ # Source code (repacked to .tar.lz): -VERSION=1.77.0 +VERSION=1.77.1 rm -f rustc-${VERSION}-src.tar.* lftpget https://static.rust-lang.org/dist/rustc-${VERSION}-src.tar.gz lftpget https://static.rust-lang.org/dist/rustc-${VERSION}-src.tar.gz.asc |