From c376fe417ef2ddc1c12c28b1eb83ddd9b907fe6a Mon Sep 17 00:00:00 2001 From: Sematre Date: Fri, 6 Aug 2021 18:39:05 +0200 Subject: [PATCH] New version: '1.1.5' -> '1.1.6' --- .SRCINFO | 10 +++++----- PKGBUILD | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d65ed5c206a..6f44768d262 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = typos-bin pkgdesc = Source code spell checker. - pkgver = 1.1.5 + pkgver = 1.1.6 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.5.tar.gz::https://github.com/crate-ci/typos/releases/download/v1.1.5/typos-v1.1.5-x86_64-unknown-linux-musl.tar.gz - source = LICENSE-MIT::https://raw.githubusercontent.com/crate-ci/typos/v1.1.5/LICENSE-MIT - source = LICENSE-APACHE::https://raw.githubusercontent.com/crate-ci/typos/v1.1.5/LICENSE-APACHE - sha256sums = 486f0e904e5c0d3a8d3a96ff93bc0f4e9104bc0da9d940f82153093893f2b9fc + source = typos-1.1.6.tar.gz::https://github.com/crate-ci/typos/releases/download/v1.1.6/typos-v1.1.6-x86_64-unknown-linux-musl.tar.gz + source = LICENSE-MIT::https://raw.githubusercontent.com/crate-ci/typos/v1.1.6/LICENSE-MIT + source = LICENSE-APACHE::https://raw.githubusercontent.com/crate-ci/typos/v1.1.6/LICENSE-APACHE + sha256sums = be6e857eb341e2fd3660ac826b1365ce25384083a27f749f5da7f2efae5fefa4 sha256sums = 3c3d25d01d6a8e911c4baddc2a0ac74a014928066b7d29f1f7cfa73c2a7550bf sha256sums = c6596eb7be8581c18be736c846fb9173b69eccf6ef94c5135893ec56bd92ba08 diff --git a/PKGBUILD b/PKGBUILD index e92822e3d1e..6f989b73c50 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Sematre pkgname=typos-bin -pkgver=1.1.5 +pkgver=1.1.6 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=('486f0e904e5c0d3a8d3a96ff93bc0f4e9104bc0da9d940f82153093893f2b9fc' +sha256sums=('be6e857eb341e2fd3660ac826b1365ce25384083a27f749f5da7f2efae5fefa4' '3c3d25d01d6a8e911c4baddc2a0ac74a014928066b7d29f1f7cfa73c2a7550bf' 'c6596eb7be8581c18be736c846fb9173b69eccf6ef94c5135893ec56bd92ba08')