New version: '1.3.5' -> '1.3.7'
This commit is contained in:
parent
02e8fb9e83
commit
ee558dc629
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.5
|
||||
pkgver = 1.3.7
|
||||
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.5.tar.gz::https://github.com/crate-ci/typos/releases/download/v1.3.5/typos-v1.3.5-x86_64-unknown-linux-musl.tar.gz
|
||||
source = LICENSE-MIT::https://raw.githubusercontent.com/crate-ci/typos/v1.3.5/LICENSE-MIT
|
||||
source = LICENSE-APACHE::https://raw.githubusercontent.com/crate-ci/typos/v1.3.5/LICENSE-APACHE
|
||||
sha256sums = b2d3681d4db209f511f20497f86d7f846782b7d7de7bb3d8fed63b7dad6fc965
|
||||
source = typos-1.3.7.tar.gz::https://github.com/crate-ci/typos/releases/download/v1.3.7/typos-v1.3.7-x86_64-unknown-linux-musl.tar.gz
|
||||
source = LICENSE-MIT::https://raw.githubusercontent.com/crate-ci/typos/v1.3.7/LICENSE-MIT
|
||||
source = LICENSE-APACHE::https://raw.githubusercontent.com/crate-ci/typos/v1.3.7/LICENSE-APACHE
|
||||
sha256sums = f0a11969dca740edf051c01dd39cb3c61ac5f0ec1988286b06d79504ac417d8e
|
||||
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.5
|
||||
pkgver=1.3.7
|
||||
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=('b2d3681d4db209f511f20497f86d7f846782b7d7de7bb3d8fed63b7dad6fc965'
|
||||
sha256sums=('f0a11969dca740edf051c01dd39cb3c61ac5f0ec1988286b06d79504ac417d8e'
|
||||
'3c3d25d01d6a8e911c4baddc2a0ac74a014928066b7d29f1f7cfa73c2a7550bf'
|
||||
'c6596eb7be8581c18be736c846fb9173b69eccf6ef94c5135893ec56bd92ba08')
|
||||
|
||||
|
|
Loading…
Reference in a new issue