Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages /
revive
Commits:
fcc91d45 by Anatol Pomozov at 2025-01-25T17:52:18-08:00
upgpkg: 1.6.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = revive
pkgdesc = faster, stricter, configurable, extensible, and beautiful
drop-in replacement for golint
- pkgver = 1.3.7
+ pkgver = 1.6.0
pkgrel = 1
url = https://revive.run
arch = x86_64
license = MIT
makedepends = go
depends = glibc
- source =
revive-1.3.7.tar.gz::https://github.com/mgechev/revive/archive/v1.3.7.tar.gz
- sha256sums =
b2dccf39ca74ac858feb67e07b7aecdcb14c8252bf000057acd19893494b2747
+ source =
revive-1.6.0.tar.gz::https://github.com/mgechev/revive/archive/v1.6.0.tar.gz
+ sha256sums =
eb732f7efffd8413b512cd89b68036541641ff47c44e75a1532ca17af0db39e3
pkgname = revive
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=revive
-pkgver=1.3.7
+pkgver=1.6.0
pkgrel=1
pkgdesc="faster, stricter, configurable, extensible, and beautiful drop-in
replacement for golint"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('glibc')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mgechev/revive/archive/v${pkgver}.tar.gz")
-sha256sums=('b2dccf39ca74ac858feb67e07b7aecdcb14c8252bf000057acd19893494b2747')
+sha256sums=('eb732f7efffd8413b512cd89b68036541641ff47c44e75a1532ca17af0db39e3')
build() {
cd revive-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/revive/-/commit/fcc91d45d8f2a891c566986f101fa132e2ba8ea1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/revive/-/commit/fcc91d45d8f2a891c566986f101fa132e2ba8ea1
You're receiving this email because of your account on gitlab.archlinux.org.