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

Jonathan Steel jsteel at archlinux.org
Thu Jun 25 17:32:18 UTC 2015


    Date: Thursday, June 25, 2015 @ 19:32:18
  Author: jsteel
Revision: 135870

upgpkg: hiera 3.0.1-1

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-25 17:26:21 UTC (rev 135869)
+++ PKGBUILD	2015-06-25 17:32:18 UTC (rev 135870)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Steel <jsteel at archlinux.org>
 
 pkgname=hiera
-pkgver=2.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Lightweight pluggable hierarchical database"
 arch=('any')
@@ -10,8 +10,8 @@
 license=('APACHE')
 depends=('ruby')
 backup=('etc/hiera.yaml')
-source=($pkgname-$pkgver.tar.gz::http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('fa6dbd53553fd6143ab0b8fcb1ce442d')
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('a9c8884705d7f32e51ce357553487b93')
 
 package() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list