Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] leiningen: update to 2.11.2.
Date: Tue, 05 Mar 2024 20:29:51 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49136@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages leiningen
https://github.com/void-linux/void-packages/pull/49136

leiningen: update to 2.11.2.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/49136.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-leiningen-49136.patch --]
[-- Type: text/x-diff, Size: 1957 bytes --]

From 7ad11c0ce005da7f4e6fe3c63d4da30e40fe92c5 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 4 Mar 2024 19:23:02 +0530
Subject: [PATCH] leiningen: update to 2.11.2.

---
 srcpkgs/leiningen/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/leiningen/template b/srcpkgs/leiningen/template
index 811f27f1f4731c..ff95cf82987b9d 100644
--- a/srcpkgs/leiningen/template
+++ b/srcpkgs/leiningen/template
@@ -1,8 +1,7 @@
 # Template file for 'leiningen'
 pkgname=leiningen
-version=2.10.0
+version=2.11.2
 revision=1
-_jar_id=43cebda5-a7c2-405b-b641-5143a00051b5
 depends="bash virtual?java-runtime"
 short_desc="Automate Clojure projects without setting your hair on fire"
 maintainer="Adam Frey <adam@adamfrey.me>"
@@ -10,17 +9,19 @@ license="EPL-1.0"
 homepage="https://leiningen.org/"
 changelog="https://codeberg.org/leiningen/leiningen/raw/branch/main/NEWS.md"
 distfiles="https://codeberg.org/leiningen/leiningen/archive/${version}.tar.gz
- https://codeberg.org/attachments/${_jar_id}"
-checksum="6b04dbe0934ab4c34dc27b0055ad290d2ba9c0f454c1bda7defa58d62946b743
- d27299bad34075ac2864d0bd0559f835c6e2c476c0b0a283bcbdb574fdadbb34"
-skip_extraction="${_jar_id}"
+ https://codeberg.org/leiningen/leiningen/releases/download/${version}/leiningen-${version}-standalone.jar"
+checksum="b8dd330040ed473183fbc4a8bc404ec54f92f818172e0c3996d7c65ab7940a1e
+ 7d31ae23ae769e927438b0cd55d15a93e7dabab09fd4fc15877979161e108774"
+skip_extraction="leiningen-${version}-standalone.jar"
 
 do_install() {
 	vbin bin/lein-pkg lein
 	vman doc/lein.1
 
-	vinstall ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_jar_id} \
-		644 usr/share/java leiningen-${version}-standalone.jar
+	vmkdir usr/share/java
+	vinstall "${XBPS_SRCDISTDIR}/leiningen-${version}/leiningen-${version}-standalone.jar" \
+		644 usr/share/java
+
 	vcompletion zsh_completion.zsh zsh lein
 	vcompletion bash_completion.bash bash lein
 }

             reply	other threads:[~2024-03-05 19:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-05 19:29 icp1994 [this message]
2024-03-07 14:26 ` [PR PATCH] [Merged]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49136@inbox.vuxu.org \
    --to=icp1994@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).