Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / typos
Commits: ab903f92 by Orhun Parmaksız at 2025-02-13T21:36:13+03:00 upgpkg: 1.29.7-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = typos pkgdesc = Source code spell checker - pkgver = 1.29.5 + pkgver = 1.29.7 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.5.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.29.5.tar.gz - sha256sums = 4593f4191b3f54e5793b3e398524923a818ed66af656bfaae879f7f967ccedde + source = typos-1.29.7.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.29.7.tar.gz + sha256sums = 967d5ec67f7e58b4eb443c975ec8597d173b6d519b6a2fc908a449236219c11a pkgname = typos ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Sematre <sematre at gmx dot de> pkgname=typos -pkgver=1.29.5 +pkgver=1.29.7 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=('4593f4191b3f54e5793b3e398524923a818ed66af656bfaae879f7f967ccedde') +sha256sums=('967d5ec67f7e58b4eb443c975ec8597d173b6d519b6a2fc908a449236219c11a') prepare() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/ab903f92bdc0a2108a6a57f2f2fc6bbaf6ae4e17 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/ab903f92bdc0a2108a6a57f2f2fc6bbaf6ae4e17 You're receiving this email because of your account on gitlab.archlinux.org.