[arch-commits] Commit in chezmoi/trunk (PKGBUILD)

Daurnimator daurnimator at archlinux.org
Sat Nov 23 23:36:48 UTC 2019


    Date: Saturday, November 23, 2019 @ 23:36:47
  Author: daurnimator
Revision: 532402

upgpkg: chezmoi 1.7.3-1

update to 1.7.3

Modified:
  chezmoi/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-23 22:44:37 UTC (rev 532401)
+++ PKGBUILD	2019-11-23 23:36:47 UTC (rev 532402)
@@ -3,16 +3,16 @@
 # Contributor:  <godeater at gmail.com>
 
 pkgname=chezmoi
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="Manage your dotfiles across multiple machines"
 arch=('x86_64')
-url='https://github.com/twpayne/chezmoi'
+url='https://www.chezmoi.io/'
 license=('MIT')
 makedepends=('go-pie' 'git')
 depends=('glibc')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz")
-sha256sums=('3930b49fbf168959b5077c3d898b737b50d8f9354746e7af3d2566b6bf43ba51')
+sha256sums=('5a524b534372625399e1f72007ea4a7d4e470aba74cb17c9b319894ef4b241dc')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list