From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF3621382C5 for ; Sat, 19 Jun 2021 01:07:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF7DDE0877; Sat, 19 Jun 2021 01:07:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEC57E0877 for ; Sat, 19 Jun 2021 01:07:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 398CE340A5C for ; Sat, 19 Jun 2021 01:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 540BB78E for ; Sat, 19 Jun 2021 01:07:31 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1624064817.b83efc47cef863dda84e9a34877a5bc0b2aabc24.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/typescript/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/typescript/Manifest dev-lang/typescript/typescript-4.3.3.ebuild dev-lang/typescript/typescript-4.3.4.ebuild X-VCS-Directories: dev-lang/typescript/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b83efc47cef863dda84e9a34877a5bc0b2aabc24 X-VCS-Branch: master Date: Sat, 19 Jun 2021 01:07:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 852d1a17-6d4b-49e5-8104-be6c0dcd10c0 X-Archives-Hash: c29f8983fb782331e1ab8b7fc67c1dc9 commit: b83efc47cef863dda84e9a34877a5bc0b2aabc24 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jun 19 01:06:38 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jun 19 01:06:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83efc47 dev-lang/typescript: add 4.3.4, drop 4.3.3 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/typescript/Manifest | 2 +- .../typescript/{typescript-4.3.3.ebuild => typescript-4.3.4.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/typescript/Manifest b/dev-lang/typescript/Manifest index abb9addfd30..bcde372f400 100644 --- a/dev-lang/typescript/Manifest +++ b/dev-lang/typescript/Manifest @@ -1,2 +1,2 @@ DIST typescript-4.3.2.tgz 10624314 BLAKE2B b980fbabc60e143470d437a93247b874823353b7e7e9691b2a35abdfc2c5323fc7184f9ca8adca5211cebc329eac467900a7a54af8435e8955c8d76903a3f14a SHA512 cd9e214a19e69e8567007a551d6a5373176fedd58feb44b616cc9d40b57c5793db4b71627e3585151887496a4325a865cbcf0f472579b5e4d22e8ab8786ee62b -DIST typescript-4.3.3.tgz 10627663 BLAKE2B 94678f3400f3098a52ed58a5d3af4308c4bdddd258a56d1155c490e3ecdc69c027c22456c06a185e14c00e17e4b1be46d775a9ab2356ab10ee8093448a412619 SHA512 ad4bcb5b45ad17b3c5d9bf727a7c16522f436bd7aebc3461987ec12f2046e030857ce27ce742c63649e6469a7c67c9173543ce6dd65011f28e887b57b901c728 +DIST typescript-4.3.4.tgz 10627952 BLAKE2B 41e6075569cf1d7221d414a141084e0afa1963198e47a4556e4efa331765dd5001f243bd8d84a9fcc69672c94b8946fc8931a0f9d1caac2245409f54a8bbd8cb SHA512 b9ab8f1bb5d99fd17f9a8fbb32bb118f2bdbc45a737a64632846574b800af37a0fd8a28e24fbdbfbd70efe09a7bfc6ab599be19e354e5f3ec1e3d9b59747bd13 diff --git a/dev-lang/typescript/typescript-4.3.3.ebuild b/dev-lang/typescript/typescript-4.3.4.ebuild similarity index 100% rename from dev-lang/typescript/typescript-4.3.3.ebuild rename to dev-lang/typescript/typescript-4.3.4.ebuild