summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD1ceWard2022-05-11 03:03:37 +0200
committerD1ceWard2022-05-11 03:03:37 +0200
commitec65869ff1bc0e72de49a4a654f86a71f50db21e (patch)
tree91cb57a4ee041c9ca11191026d3861b4b997ab3a
parent5f4940ccfb4a1e0110e4fe173a2ad82a4ca59e53 (diff)
downloadaur-ec65869ff1bc0e72de49a4a654f86a71f50db21e.tar.gz
upgpkg: netrc 0.6.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index addc708e409c..ac9ea45e293b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = netrc
pkgdesc = Utility that allows users to manage netrc files
- pkgver = 0.5.1
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/dokku/netrc
arch = x86_64
license = MIT
- source = https://github.com/dokku/netrc/releases/download/v0.5.1/netrc_0.5.1_linux_amd64.tgz
+ source = https://github.com/dokku/netrc/releases/download/v0.6.0/netrc_0.6.0_linux_amd64.tgz
source = https://raw.githubusercontent.com/dokku/netrc/master/LICENSE
- sha256sums = 740eaafb245c5d24595e3b2e2784d0250a7e3a14cfb017491bf58dfc5fa23804
+ sha256sums = d67e3fdeced7e38949938f9befdd12748c91d7f273ec2c7a8a4223a95277f409
sha256sums = e52a4d1021bf3af114fae37e3753d631150603573c7cbd71b35bf9d2f2b26c28
pkgname = netrc
diff --git a/PKGBUILD b/PKGBUILD
index f4695e68b954..27656014a121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=netrc
-pkgver=0.5.1
+pkgver=0.6.0
pkgrel=1
pkgdesc='Utility that allows users to manage netrc files'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/dokku/netrc'
license=('MIT')
source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_linux_amd64.tgz"
'https://raw.githubusercontent.com/dokku/netrc/master/LICENSE')
-sha256sums=('740eaafb245c5d24595e3b2e2784d0250a7e3a14cfb017491bf58dfc5fa23804'
+sha256sums=('d67e3fdeced7e38949938f9befdd12748c91d7f273ec2c7a8a4223a95277f409'
'e52a4d1021bf3af114fae37e3753d631150603573c7cbd71b35bf9d2f2b26c28')
package() {