From 90d335ef42ffb2b4d249a6702755b068c20f1be2 Mon Sep 17 00:00:00 2001 From: Sematre Date: Mon, 2 Aug 2021 20:19:51 +0200 Subject: [PATCH] New version: '1.1.3' -> '1.1.4' --- .SRCINFO | 10 +++++----- PKGBUILD | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fd9bbf5cc61..8717b8c1f0f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = typos-bin pkgdesc = Source code spell checker. - pkgver = 1.1.3 + pkgver = 1.1.4 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.1.3.tar.gz::https://github.com/crate-ci/typos/releases/download/v1.1.3/typos-v1.1.3-x86_64-unknown-linux-musl.tar.gz - source = LICENSE-MIT::https://raw.githubusercontent.com/crate-ci/typos/v1.1.3/LICENSE-MIT - source = LICENSE-APACHE::https://raw.githubusercontent.com/crate-ci/typos/v1.1.3/LICENSE-APACHE - sha256sums = 86e84b4173a5a3e08a65f05e58e3a3f2456b919af05274adfc28da1e5dd98e83 + source = typos-1.1.4.tar.gz::https://github.com/crate-ci/typos/releases/download/v1.1.4/typos-v1.1.4-x86_64-unknown-linux-musl.tar.gz + source = LICENSE-MIT::https://raw.githubusercontent.com/crate-ci/typos/v1.1.4/LICENSE-MIT + source = LICENSE-APACHE::https://raw.githubusercontent.com/crate-ci/typos/v1.1.4/LICENSE-APACHE + sha256sums = 113d8d3cd12fc77355cbdb4847349f120f3597e0882e853814e9ad92ee4afa9d sha256sums = 3c3d25d01d6a8e911c4baddc2a0ac74a014928066b7d29f1f7cfa73c2a7550bf sha256sums = c6596eb7be8581c18be736c846fb9173b69eccf6ef94c5135893ec56bd92ba08 diff --git a/PKGBUILD b/PKGBUILD index b2ed997b204..aa352bb9a98 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Sematre pkgname=typos-bin -pkgver=1.1.3 +pkgver=1.1.4 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=('86e84b4173a5a3e08a65f05e58e3a3f2456b919af05274adfc28da1e5dd98e83' +sha256sums=('113d8d3cd12fc77355cbdb4847349f120f3597e0882e853814e9ad92ee4afa9d' '3c3d25d01d6a8e911c4baddc2a0ac74a014928066b7d29f1f7cfa73c2a7550bf' 'c6596eb7be8581c18be736c846fb9173b69eccf6ef94c5135893ec56bd92ba08')