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

David Runge dvzrv at archlinux.org
Tue Jun 11 19:30:17 UTC 2019


    Date: Tuesday, June 11, 2019 @ 19:30:16
  Author: dvzrv
Revision: 480520

upgpkg: pyenv 1.2.12-1

Upgrading to 1.2.12.

Modified:
  pyenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-11 19:21:06 UTC (rev 480519)
+++ PKGBUILD	2019-06-11 19:30:16 UTC (rev 480520)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 
 pkgname=pyenv
-pkgver=1.2.11
-pkgrel=2
+pkgver=1.2.12
+pkgrel=1
 pkgdesc="Easily switch between multiple versions of Python"
 arch=('any')
 url="https://github.com/pyenv/pyenv"
@@ -10,7 +10,7 @@
 depends=('bash')
 optdepends=('git: installing development versions')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('318ca47912b3d50db6298a3e4c881ccdbde038d698e01eb6cf84d1aa377293494951823d3cc764f59a008d0b3d6293d1abf01b1385874ef7f668f42224271b7a')
+sha512sums=('382080fc3c3f594c8153b9b47f44262d5e68daf47961a88541c7804dd072f9cd5422b83a077f46290cd6d09b20603bc3747f77ef255760debb2f465514b4869b')
 
 package() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list