Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / typos
Commits: 51788480 by Orhun Parmaksız at 2025-02-26T17:08:42+03:00 upgpkg: 1.29.10-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = typos pkgdesc = Source code spell checker - pkgver = 1.29.9 + pkgver = 1.29.10 pkgrel = 1 url = https://github.com/crate-ci/typos arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = typos license = Apache-2.0 makedepends = cargo depends = gcc-libs - source = typos-1.29.9.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.29.9.tar.gz - sha256sums = 39950d1f2744cb5fec3780b7894aa8074af74195029762b84ab728c12b4b4548 + source = typos-1.29.10.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.29.10.tar.gz + sha256sums = 4ac97632dce18fdc7c1d6362ff4bc62afc8a8176218e043eb872267432fe145d pkgname = typos ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Sematre <sematre at gmx dot de> pkgname=typos -pkgver=1.29.9 +pkgver=1.29.10 pkgrel=1 pkgdesc="Source code spell checker" arch=('x86_64') @@ -11,7 +11,7 @@ license=('MIT' 'Apache-2.0') depends=('gcc-libs') makedepends=('cargo') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('39950d1f2744cb5fec3780b7894aa8074af74195029762b84ab728c12b4b4548') +sha256sums=('4ac97632dce18fdc7c1d6362ff4bc62afc8a8176218e043eb872267432fe145d') prepare() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/517884803e7f4d3069079a50bb93c745c05f7b1d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/517884803e7f4d3069079a50bb93c745c05f7b1d You're receiving this email because of your account on gitlab.archlinux.org.