diff options
author | Jan-Michael Franz <jmf@mesecons.net> | 2019-10-24 20:45:46 +0200 |
---|---|---|
committer | Jan-Michael Franz <jmf@mesecons.net> | 2019-10-24 20:45:46 +0200 |
commit | c944cf81ebe22ba0d36ac1384b9504ace481e01d (patch) | |
tree | 6448e33d521a73a3bb633f7acb5ff218ad140c8c /geany | |
parent | b9a31437e88bdbc75968d81d51e82b7454480438 (diff) | |
download | contrib-c944cf81ebe22ba0d36ac1384b9504ace481e01d.tar.gz contrib-c944cf81ebe22ba0d36ac1384b9504ace481e01d.tar.xz |
geany: 1.35 -> 1.36
Diffstat (limited to 'geany')
-rw-r--r-- | geany/.footprint | 8 | ||||
-rw-r--r-- | geany/.signature | 5 | ||||
-rw-r--r-- | geany/Pkgfile | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/geany/.footprint b/geany/.footprint index 2042b8a28..11d5ee25f 100644 --- a/geany/.footprint +++ b/geany/.footprint @@ -14,6 +14,9 @@ drwxr-xr-x root/root usr/include/geany/ -rw-r--r-- root/root usr/include/geany/geanyfunctions.h -rw-r--r-- root/root usr/include/geany/geanyplugin.h -rw-r--r-- root/root usr/include/geany/gtkcompat.h +drwxr-xr-x root/root usr/include/geany/gtkdoc/ +-rw-r--r-- root/root usr/include/geany/gtkdoc/geany-gtkdoc.h +-rw-r--r-- root/root usr/include/geany/gtkdoc/geany-sciwrappers-gtkdoc.h -rw-r--r-- root/root usr/include/geany/highlighting.h -rw-r--r-- root/root usr/include/geany/keybindings.h -rw-r--r-- root/root usr/include/geany/main.h @@ -78,8 +81,13 @@ drwxr-xr-x root/root usr/share/geany/filedefs/ -rw-r--r-- root/root usr/share/geany/filedefs/filetypes.Cython.conf -rw-r--r-- root/root usr/share/geany/filedefs/filetypes.Genie.conf -rw-r--r-- root/root usr/share/geany/filedefs/filetypes.Graphviz.conf +-rw-r--r-- root/root usr/share/geany/filedefs/filetypes.Groovy.conf -rw-r--r-- root/root usr/share/geany/filedefs/filetypes.JSON.conf +-rw-r--r-- root/root usr/share/geany/filedefs/filetypes.Kotlin.conf +-rw-r--r-- root/root usr/share/geany/filedefs/filetypes.Nim.conf -rw-r--r-- root/root usr/share/geany/filedefs/filetypes.Scala.conf +-rw-r--r-- root/root usr/share/geany/filedefs/filetypes.Swift.conf +-rw-r--r-- root/root usr/share/geany/filedefs/filetypes.TypeScript.conf -rw-r--r-- root/root usr/share/geany/filedefs/filetypes.abaqus -rw-r--r-- root/root usr/share/geany/filedefs/filetypes.abc -rw-r--r-- root/root usr/share/geany/filedefs/filetypes.actionscript diff --git a/geany/.signature b/geany/.signature deleted file mode 100644 index a096e7bc0..000000000 --- a/geany/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3zbJlFeYt/skzCGI/HgHyb9UOh57pgTekVWsdCL2baxhBrmhFr4iwRIqFRHcJwsLqZIKvTcEXy+Gd2o8uKG5XQM= -SHA256 (Pkgfile) = 58d0b5be1758c5da942783cd5aec64254d92bb733f92528bcd1b9144f1a16470 -SHA256 (.footprint) = f1d7157996d843ea50472cbf580fc7855eaf31a994c2a471cd063f6b74c4679b -SHA256 (geany-1.35.tar.bz2) = 35ee1d3ddfadca8bf1764e174ba3a5f348b1f1f430d32a36295b7706b7753d9d diff --git a/geany/Pkgfile b/geany/Pkgfile index 854a7480c..e175096db 100644 --- a/geany/Pkgfile +++ b/geany/Pkgfile @@ -6,7 +6,7 @@ # Nice to have: vte name=geany -version=1.35 +version=1.36 release=1 source=(http://download.geany.org/$name-$version.tar.bz2) |