mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
dbeaver: update to 25.1.2.
This commit is contained in:
parent
264126675a
commit
524043eb17
2 changed files with 53 additions and 6 deletions
|
@ -0,0 +1,47 @@
|
||||||
|
From f6a5458aa682685dd99137452ac260c9634e7810 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Serge Rider <serge@jkiss.org>
|
||||||
|
Date: Wed, 2 Jul 2025 07:01:36 +0300
|
||||||
|
Subject: [PATCH] dbeaver/dbeaver#38521 Apache Ant version increment (#38533)
|
||||||
|
|
||||||
|
---
|
||||||
|
product/appstore/pom.xml | 2 +-
|
||||||
|
product/community/pom.xml | 2 +-
|
||||||
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/dbeaver/product/appstore/pom.xml b/dbeaver/product/appstore/pom.xml
|
||||||
|
index 352292102f..265b4ec8ee 100644
|
||||||
|
--- a/dbeaver/product/appstore/pom.xml
|
||||||
|
+++ b/dbeaver/product/appstore/pom.xml
|
||||||
|
@@ -59,11 +59,11 @@
|
||||||
|
<filters>
|
||||||
|
<filter>
|
||||||
|
<type>eclipse-plugin</type>
|
||||||
|
<id>org.apache.ant</id>
|
||||||
|
<restrictTo>
|
||||||
|
- <version>1.99.0</version>
|
||||||
|
+ <version>1.99.1</version>
|
||||||
|
</restrictTo>
|
||||||
|
</filter>
|
||||||
|
</filters>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
diff --git a/dbeaver/product/community/pom.xml b/dbeaver/product/community/pom.xml
|
||||||
|
index e203173563..9e9d7bd379 100644
|
||||||
|
--- a/dbeaver/product/community/pom.xml
|
||||||
|
+++ b/dbeaver/product/community/pom.xml
|
||||||
|
@@ -52,11 +52,11 @@
|
||||||
|
<filters>
|
||||||
|
<filter>
|
||||||
|
<type>eclipse-plugin</type>
|
||||||
|
<id>org.apache.ant</id>
|
||||||
|
<restrictTo>
|
||||||
|
- <version>1.99.0</version>
|
||||||
|
+ <version>1.99.1</version>
|
||||||
|
</restrictTo>
|
||||||
|
</filter>
|
||||||
|
</filters>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
--
|
||||||
|
2.50.0
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'dbeaver'
|
# Template file for 'dbeaver'
|
||||||
pkgname=dbeaver
|
pkgname=dbeaver
|
||||||
version=25.1.1
|
version=25.1.2
|
||||||
revision=1
|
revision=1
|
||||||
_dbeaver_common_commit=73bc2505f2543cfa99ed8f2eb186070dcd4959f2
|
_dbeaver_common_commit=beb3b1f8a924cff476802b1c1515f4d314910903
|
||||||
_dbeaver_jdbc_libsql_commit=b9649475ca0e78db52a67f61b56ba5eb615a9437
|
_dbeaver_jdbc_libsql_commit=221cc340aed72160e1fdef2e2650d38864953f6b
|
||||||
# the build downloads binaries linked to glibc
|
# the build downloads binaries linked to glibc
|
||||||
archs="x86_64 aarch64"
|
archs="x86_64 aarch64"
|
||||||
build_wrksrc="dbeaver"
|
build_wrksrc="dbeaver"
|
||||||
|
@ -17,9 +17,9 @@ changelog="https://dbeaver.io/news/"
|
||||||
distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz
|
distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz
|
||||||
https://github.com/dbeaver/dbeaver-common/archive/${_dbeaver_common_commit}.tar.gz
|
https://github.com/dbeaver/dbeaver-common/archive/${_dbeaver_common_commit}.tar.gz
|
||||||
https://github.com/dbeaver/dbeaver-jdbc-libsql/archive/${_dbeaver_jdbc_libsql_commit}.tar.gz"
|
https://github.com/dbeaver/dbeaver-jdbc-libsql/archive/${_dbeaver_jdbc_libsql_commit}.tar.gz"
|
||||||
checksum="900c35df7a14c793ee63c8583ae9231bae5303f08b73434f75066f04599ceb5c
|
checksum="35551a3b5ce210fe9662ee3a9857b050c8ec7dc78904c2fbb4857f89b5aea80a
|
||||||
95f67744389ae3929a6259b91e9eca48309fbe118fbb826cc5e7e74ac406f90b
|
39b5d4dc12ddccd4341053945b9289c579734785c88dc8a118e2fb216b37bc65
|
||||||
520018cfb8f2d13470990f15e4a03fe85e04dc078d1cb82f9a334e1bec740277"
|
a6260872a849113022420fe56a3064e84cd6165a40006713994ee0da08f0e6be"
|
||||||
nopie=true
|
nopie=true
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue