New version: '1.3.0' -> '1.3.1'
This commit is contained in:
parent
252e6f2770
commit
b7c432fa6b
2 changed files with 7 additions and 7 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = typos-bin
|
||||
pkgdesc = Source code spell checker.
|
||||
pkgver = 1.3.0
|
||||
pkgver = 1.3.1
|
||||
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.3.0.tar.gz::https://github.com/crate-ci/typos/releases/download/v1.3.0/typos-v1.3.0-x86_64-unknown-linux-musl.tar.gz
|
||||
source = LICENSE-MIT::https://raw.githubusercontent.com/crate-ci/typos/v1.3.0/LICENSE-MIT
|
||||
source = LICENSE-APACHE::https://raw.githubusercontent.com/crate-ci/typos/v1.3.0/LICENSE-APACHE
|
||||
sha256sums = fdf05d7b0cc71d8518b864a17318401440a7f71d06df3c53a01d545689fde618
|
||||
source = typos-1.3.1.tar.gz::https://github.com/crate-ci/typos/releases/download/v1.3.1/typos-v1.3.1-x86_64-unknown-linux-musl.tar.gz
|
||||
source = LICENSE-MIT::https://raw.githubusercontent.com/crate-ci/typos/v1.3.1/LICENSE-MIT
|
||||
source = LICENSE-APACHE::https://raw.githubusercontent.com/crate-ci/typos/v1.3.1/LICENSE-APACHE
|
||||
sha256sums = d77ac2f0801ffef3966124abffd6e4347f7ae208fa7100a6db934a97baf76509
|
||||
sha256sums = 3c3d25d01d6a8e911c4baddc2a0ac74a014928066b7d29f1f7cfa73c2a7550bf
|
||||
sha256sums = c6596eb7be8581c18be736c846fb9173b69eccf6ef94c5135893ec56bd92ba08
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Sematre <sematre at gmx dot de>
|
||||
pkgname=typos-bin
|
||||
pkgver=1.3.0
|
||||
pkgver=1.3.1
|
||||
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=('fdf05d7b0cc71d8518b864a17318401440a7f71d06df3c53a01d545689fde618'
|
||||
sha256sums=('d77ac2f0801ffef3966124abffd6e4347f7ae208fa7100a6db934a97baf76509'
|
||||
'3c3d25d01d6a8e911c4baddc2a0ac74a014928066b7d29f1f7cfa73c2a7550bf'
|
||||
'c6596eb7be8581c18be736c846fb9173b69eccf6ef94c5135893ec56bd92ba08')
|
||||
|
||||
|
|
Loading…
Reference in a new issue