Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / typos
Commits: f3fdf089 by Orhun Parmaksız at 2024-11-01T20:08:20+03:00 upgpkg: 1.27.0-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = typos pkgdesc = Source code spell checker - pkgver = 1.26.8 + pkgver = 1.27.0 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.26.8.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.26.8.tar.gz - sha256sums = 9f505a0a87ba0e296ba098d73eb3d81b0f0ab42711c432511c6e95ce864753b0 + source = typos-1.27.0.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.27.0.tar.gz + sha256sums = 2f2799f9123e5af923ee646341a59a328cce71c8a875a8df69caea91261b9c79 pkgname = typos ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Sematre <sematre at gmx dot de> pkgname=typos -pkgver=1.26.8 +pkgver=1.27.0 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=('9f505a0a87ba0e296ba098d73eb3d81b0f0ab42711c432511c6e95ce864753b0') +sha256sums=('2f2799f9123e5af923ee646341a59a328cce71c8a875a8df69caea91261b9c79') prepare() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/f3fdf089e684a2b6cc7d0ee85292d45aa2d7d4a7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/f3fdf089e684a2b6cc7d0ee85292d45aa2d7d4a7 You're receiving this email because of your account on gitlab.archlinux.org.