7
0
forked from pool/leiningen

- Update to 2.11.1:

* Fix a bug when deploying using passwords read from the console.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:clojure/leiningen?expand=0&rev=29
This commit is contained in:
2024-01-29 05:08:34 +00:00
committed by Git OBS Bridge
parent a9f662de77
commit f4ec77e2d9
5 changed files with 11 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
# It has all the cross-platform stuff stripped out as well as the
# logic for running from a source checkout and self-install/upgrading.
export LEIN_VERSION="2.11.0"
export LEIN_VERSION="2.11.1"
if [[ "$CLASSPATH" != "" ]]; then
cat <<-'EOS' 1>&2

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83ab3c11f703f629d2e0ba55107f276af00abf7e497d1957276528f332c4c3f5
size 16479514

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47d3cd3d436433c59662fb54c5f3c8d87dcf6e8249421b362b38ec3710a3d4f9
size 16481190

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 29 05:07:08 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 2.11.1:
* Fix a bug when deploying using passwords read from the console.
-------------------------------------------------------------------
Sun Jan 28 07:19:26 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@@ -18,7 +18,7 @@
Name: leiningen
# Change LEIN_VERSION in lein-pkg when bumping
Version: 2.11.0
Version: 2.11.1
Release: 0
Summary: Automation for Clojure projects
License: EPL-1.0