apache-directory-studio: extract update_* to external update file
This commit is contained in:
parent
97008ec042
commit
9114349411
|
@ -8,8 +8,6 @@ short_desc="LDAP browser and directory client"
|
|||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://directory.apache.org/studio/"
|
||||
update_site="http://directory.apache.org/studio/download/download-linux.html"
|
||||
update_pattern='ApacheDirectoryStudio-linux-x86_64-\K[\d.]+v[\d.]+'
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="http://directory.apache.org/studio/download/download-linux.html"
|
||||
pattern='ApacheDirectoryStudio-linux-x86_64-\K[\d.]+v[\d.]+'
|
Loading…
Reference in New Issue