rust: version bump to 1.60.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>rust</Name>
|
||||
@@ -12,21 +12,21 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>Systems programming language focused on safety, speed and concurrency</Summary>
|
||||
<Description>Systems programming language focused on safety, speed and concurrency</Description>
|
||||
<Archive sha1sum="13214cbd6e5c3886fb011393fd6eea7ce3fdc8a5" type="targz">https://static.rust-lang.org/dist/rustc-1.58.1-src.tar.gz</Archive>
|
||||
<Archive sha1sum="6dcb5704154d2571f3aaf0c2d445bb2fde0f0901" type="targz">https://static.rust-lang.org/dist/rustc-1.60.0-src.tar.gz</Archive>
|
||||
<!-- Not: İkinci aşamada aşağıdaki satıra ihtiyaç olmayacak. Yoruma çevrilebilir. -->
|
||||
<!-- The line below will be unnecessary at phase 2, can be commented out. -->
|
||||
<Archive sha1sum="77b3ee08bd77c59efd4fae8055ae1706551111b4" type="targz" target="rustc-1.58.1-src">https://static.rust-lang.org/dist/rust-1.58.1-x86_64-unknown-linux-gnu.tar.gz</Archive>
|
||||
<Archive sha1sum="5a1ac6b281ab60558c41aa445c1d2dd81a3d84ef" type="targz" target="rustc-1.60.0-src">https://static.rust-lang.org/dist/rust-1.60.0-x86_64-unknown-linux-gnu.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="config.toml">bootstrap-config.toml</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency>rust</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency versionFrom="13.0.0">llvm</Dependency>
|
||||
<Dependency versionFrom="14.0.3">llvm</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>ocaml</Dependency>
|
||||
<Dependency>valgrind</Dependency>
|
||||
<Dependency>valgrind-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
@@ -51,7 +51,7 @@
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libssh2</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency versionFrom="13.0.0">llvm-libs</Dependency>
|
||||
<Dependency versionFrom="14.0.3">llvm-libs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -77,6 +77,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="23">
|
||||
<Date>2022-05-01</Date>
|
||||
<Version>1.60.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="22">
|
||||
<Date>2022-02-14</Date>
|
||||
<Version>1.58.1</Version>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>Lynx</Name>
|
||||
<Summary xml:lang="en">Lynx is the text web browser.</Summary>
|
||||
<Summary xml:lang="pl">Przeglądarka WWW z interfejsem tekstowym</Summary>
|
||||
<Description xml:lang="en">This is the top level page for the Lynx software distribution site hosted by the Internet Software Consortium.</Description>
|
||||
<Description xml:lang="pl">Lynx – przeglądarka internetowa pracująca w trybie tekstowym.</Description>
|
||||
<Name>rust</Name>
|
||||
<Summary xml:lang="tr">Güvenlik, hız ve eşzamanlılık odaklı sistem programlama dili</Summary>
|
||||
<Summary xml:lang="pl">Język programowania systemów skoncentrowany na bezpieczeństwie, szybkości i współbieżności</Summary>
|
||||
<Description xml:lang="tr">Rust inanılmaz hızlı ve bellek tasarrufludur. Çöp toplayıcısı veya çalışma zamanı olmadan performans açısından kritik öneme sahip servisleri çalıştırabilir, gömülü cihazlarda çalışabilir ve diğer dillerle kolayca entegre olabilir.</Description>
|
||||
<Description xml:lang="pl">Rust jest niesamowicie szybki i wydajny w pamięci. Może uruchamiać usługi krytyczne pod względem wydajności bez modułu odśmiecania pamięci lub środowiska wykonawczego, działać na urządzeniach osadzonych i łatwo integrować się z innymi językami.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user