diff --git a/.SRCINFO b/.SRCINFO index 2c891cda48d..ce701a1b383 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = typos-bin pkgdesc = Source code spell checker. - pkgver = 1.7.2 + pkgver = 1.7.3 pkgrel = 1 url = https://github.com/crate-ci/typos arch = x86_64 @@ -8,10 +8,10 @@ pkgbase = typos-bin license = Apache provides = typos conflicts = typos - source = typos-1.7.2.tar.gz::https://github.com/crate-ci/typos/releases/download/v1.7.2/typos-v1.7.2-x86_64-unknown-linux-musl.tar.gz - source = LICENSE-MIT::https://raw.githubusercontent.com/crate-ci/typos/v1.7.2/LICENSE-MIT - source = LICENSE-APACHE::https://raw.githubusercontent.com/crate-ci/typos/v1.7.2/LICENSE-APACHE - sha256sums = e558298a401026e7a851eeb60d29c19c77a3d4c0c5f39002b26b295adebc6d03 + source = typos-1.7.3.tar.gz::https://github.com/crate-ci/typos/releases/download/v1.7.3/typos-v1.7.3-x86_64-unknown-linux-musl.tar.gz + source = LICENSE-MIT::https://raw.githubusercontent.com/crate-ci/typos/v1.7.3/LICENSE-MIT + source = LICENSE-APACHE::https://raw.githubusercontent.com/crate-ci/typos/v1.7.3/LICENSE-APACHE + sha256sums = 9abdfc4e1803d3361103e830f79df5aaead3ba4dc7cbfa2856e033774689c0c5 sha256sums = 3c3d25d01d6a8e911c4baddc2a0ac74a014928066b7d29f1f7cfa73c2a7550bf sha256sums = c6596eb7be8581c18be736c846fb9173b69eccf6ef94c5135893ec56bd92ba08 diff --git a/PKGBUILD b/PKGBUILD index ea43474bc20..10392e990cf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Sematre pkgname=typos-bin -pkgver=1.7.2 +pkgver=1.7.3 pkgrel=1 pkgdesc="Source code spell checker." @@ -12,7 +12,7 @@ conflicts=("${pkgname%-bin}") source=("${pkgname%-bin}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}-v${pkgver}-x86_64-unknown-linux-musl.tar.gz" "LICENSE-MIT::https://raw.githubusercontent.com/crate-ci/${pkgname%-bin}/v${pkgver}/LICENSE-MIT" "LICENSE-APACHE::https://raw.githubusercontent.com/crate-ci/${pkgname%-bin}/v${pkgver}/LICENSE-APACHE") -sha256sums=('e558298a401026e7a851eeb60d29c19c77a3d4c0c5f39002b26b295adebc6d03' +sha256sums=('9abdfc4e1803d3361103e830f79df5aaead3ba4dc7cbfa2856e033774689c0c5' '3c3d25d01d6a8e911c4baddc2a0ac74a014928066b7d29f1f7cfa73c2a7550bf' 'c6596eb7be8581c18be736c846fb9173b69eccf6ef94c5135893ec56bd92ba08')