dbeaver: update to 21.0.3.
This commit is contained in:
parent
86137a41e0
commit
744642341f
|
@ -0,0 +1,13 @@
|
|||
diff --git plugins/org.jkiss.dbeaver.ext.ui.colortheme/pom.xml plugins/org.jkiss.dbeaver.ext.ui.colortheme/pom.xml
|
||||
index 173322136b..6b9034eab5 100644
|
||||
--- plugins/org.jkiss.dbeaver.ext.ui.colortheme/pom.xml
|
||||
+++ plugins/org.jkiss.dbeaver.ext.ui.colortheme/pom.xml
|
||||
@@ -16,7 +16,7 @@
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>eclipse-color-theme</id>
|
||||
- <url>https://eclipse-color-theme.github.com/update</url>
|
||||
+ <url>https://eclipse-color-theme.github.io/update/</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
</repositories>
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dbeaver'
|
||||
pkgname=dbeaver
|
||||
version=21.0.2
|
||||
version=21.0.3
|
||||
revision=1
|
||||
# the build downloads binaries linked to glibc
|
||||
archs="x86_64"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://dbeaver.io"
|
||||
distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz"
|
||||
checksum=39f9d518d057884a2bfd2a4cee656190fe849b06fd7184b465d159c618a28837
|
||||
checksum=1573aee8642e6f65edc41b08376873765ddde72146c8b374d7e1e7e4cbbb0844
|
||||
nopie=true
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue