Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / typescript
Commits: 2208a740 by Daniel M. Capella at 2024-10-09T17:39:22-04:00 upgpkg: 5.6.3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = typescript pkgdesc = JavaScript with syntax for types - pkgver = 5.6.2 + pkgver = 5.6.3 pkgrel = 1 url = http://www.typescriptlang.org arch = any @@ -9,7 +9,7 @@ pkgbase = typescript makedepends = npm makedepends = rsync depends = nodejs - source = git+https://github.com/microsoft/TypeScript.git#tag=v5.6.2 - b2sums = 3690e9e6eca5ac27d7f5f76313282517c4b95bfcf22491d3991a1b649f38e7fd9746c97abe2150b4582ea5469e99635692f9bd49dab96bade0713da832b57a91 + source = git+https://github.com/microsoft/TypeScript.git#tag=v5.6.3 + b2sums = d2e131993d301e5ef623fe3f87e999f8514e060cf52583003ecc2247bb416d3aad4798d26009b5cce55567d0e7711a72ee534148f49e22059b73c5a6a4e26b81 pkgname = typescript ===================================== PKGBUILD ===================================== @@ -1,10 +1,10 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> # Maintainer: Daniel M. Capella <poly...@archlinux.org> +# Contributor: Felix Yan <felixonm...@archlinux.org> # Contributor: Bruno Galeotti <bgaleotti at gmail dot com> _name=TypeScript pkgname=typescript -pkgver=5.6.2 +pkgver=5.6.3 pkgrel=1 pkgdesc='JavaScript with syntax for types' arch=(any) @@ -17,7 +17,7 @@ makedepends=( rsync ) source=("git+https://github.com/microsoft/$_name.git#tag=v$pkgver") -b2sums=('3690e9e6eca5ac27d7f5f76313282517c4b95bfcf22491d3991a1b649f38e7fd9746c97abe2150b4582ea5469e99635692f9bd49dab96bade0713da832b57a91') +b2sums=('d2e131993d301e5ef623fe3f87e999f8514e060cf52583003ecc2247bb416d3aad4798d26009b5cce55567d0e7711a72ee534148f49e22059b73c5a6a4e26b81') prepare() { cd $_name View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typescript/-/commit/2208a740234c7d5999a63227a3a20bcc324c8782 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typescript/-/commit/2208a740234c7d5999a63227a3a20bcc324c8782 You're receiving this email because of your account on gitlab.archlinux.org.