Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
typos
Commits:
d5762d7a by Orhun Parmaksız at 2024-04-24T00:12:10+03:00
upgpkg: 1.20.10-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = typos
pkgdesc = Source code spell checker
- pkgver = 1.20.9
+ pkgver = 1.20.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.20.9.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.20.9.tar.gz
- sha256sums =
b5ed9bac5e9bb1c7fd46c566b2ede2eb5ac1e410c49e14127e2d44a706df27ee
+ source =
typos-1.20.10.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.20.10.tar.gz
+ sha256sums =
d9fa88f6e74c3801e72cd0e77401d49973bfdf63dfd17902b3fc5120a0a32af8
pkgname = typos
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Sematre <sematre at gmx dot de>
pkgname=typos
-pkgver=1.20.9
+pkgver=1.20.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=('b5ed9bac5e9bb1c7fd46c566b2ede2eb5ac1e410c49e14127e2d44a706df27ee')
+sha256sums=('d9fa88f6e74c3801e72cd0e77401d49973bfdf63dfd17902b3fc5120a0a32af8')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/d5762d7a925374c9bb2d53e29e8154665816aaa6
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/d5762d7a925374c9bb2d53e29e8154665816aaa6
You're receiving this email because of your account on gitlab.archlinux.org.