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

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Sep 6 12:13:01 UTC 2022


    Date: Tuesday, September 6, 2022 @ 12:13:00
  Author: alucryd
Revision: 1294429

upgpkg: jenv 0.5.5-1

Modified:
  jenv/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-06 11:57:48 UTC (rev 1294428)
+++ PKGBUILD	2022-09-06 12:13:00 UTC (rev 1294429)
@@ -2,8 +2,8 @@
 # Contributor: Gerard Ribugent <ribugent at gmail.com>
 
 pkgname=jenv
-pkgver=0.5.4.r12.7053916
-pkgrel=2
+pkgver=0.5.5
+pkgrel=1
 pkgdesc='Manage your Java environment'
 arch=(any)
 url=https://github.com/jenv/jenv
@@ -15,8 +15,8 @@
   'fish: Fish support'
   'zsh: Zsh support'
 )
-_commit=7053916598c75e50d48e327e8b8ba66325606a8f
-source=(git+https://github.com/jenv/jenv.git#commit=${_commit})
+_tag=a692899b2a8f9732fbbc0753b0f95f635b93fc71
+source=(git+https://github.com/jenv/jenv.git#tag=${_tag})
 b2sums=(SKIP)
 
 prepare() {



More information about the arch-commits mailing list