Merge branch 'master' of github.com:pisilinux/main
This commit is contained in:
@@ -20,6 +20,6 @@ def install():
|
||||
shelltools.makedirs("%s/usr/share/man" % get.installDIR())
|
||||
shelltools.makedirs("%s/usr/include" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.insinto("/usr/lib", "src/lib/*.o")
|
||||
pisitools.insinto("/usr/share/man", "src/man/*")
|
||||
#pisitools.insinto("/usr/lib", "src/lib/*.o")
|
||||
#pisitools.insinto("/usr/share/man", "src/man/*")
|
||||
pisitools.insinto("/usr/include", "src/include/*.h")
|
||||
|
||||
@@ -12,28 +12,25 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Tool to modify UEFI Firmware Boot Manager Variables</Summary>
|
||||
<Description>a Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager.</Description>
|
||||
<Archive sha1sum="e4d96361e7d71117027ccf02a63545270e1eac5e" type="targz">https://github.com/rhinstaller/efibootmgr/archive/efibootmgr-0.12.tar.gz</Archive>
|
||||
<Archive sha1sum="96abfdad3140ed5b9f034668b0f0a951cdafdec1" type="tarbz2">https://github.com/rhinstaller/efibootmgr/releases/download/14/efibootmgr-14.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>pciutils-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>popt-devel</Dependency>
|
||||
<Dependency versionFrom="26.5">efivar-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch level="1">efibootmgr-fix-usage-of-efi_loadopt_path-again.patch</Patch>-->
|
||||
<Patch level="1">efibootmgr-fix-efivar-0.24.patch</Patch>
|
||||
</Patches>
|
||||
<Dependency>efivar-devel</Dependency>
|
||||
<Dependency>efivar</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>efibootmgr</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="26.5">efivar</Dependency>
|
||||
<Dependency>efivar</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="library">/usr/lib/*</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
@@ -44,20 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-01-24</Date>
|
||||
<Version>0.12</Version>
|
||||
<Update release="7">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>14</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-24</Date>
|
||||
<Version>0.12</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>0.12</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Tools to create graphical boot logos</Summary>
|
||||
<Description>Set of tools to create graphical boot logos, for grub, lilo and syslinux. It supports arch-specific boot menus, advanced help menus, multiple keymaps, animated images, and more graphical pretty things.</Description>
|
||||
<Archive sha1sum="fe0174f38b5001b6173c9cbea0108a332ea1628b" type="targz">https://github.com/openSUSE/gfxboot/archive/4.5.12.tar.gz</Archive>
|
||||
<Archive sha1sum="4e8adefbc51d35fd6f9f4bd5abcacd6f26b3a703" type="targz">https://github.com/openSUSE/gfxboot/archive/4.5.20.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xmlto</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
@@ -42,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>4.5.20</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>4.5.12</Version>
|
||||
|
||||
@@ -14,13 +14,13 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>An interactive process viewer for Linux</Summary>
|
||||
<Description>htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'.</Description>
|
||||
<Archive sha1sum="261492274ff4e741e72db1ae904af5766fc14ef4" type="targz">http://hisham.hm/htop/releases/1.0.3/htop-1.0.3.tar.gz</Archive>
|
||||
<Archive sha1sum="201f793f13dce2448e36047079875b9bd5bba75a" type="targz">http://hisham.hm/htop/releases/2.0.2/htop-2.0.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>desktop_tr.patch</Patch>
|
||||
<!--<Patch>desktop_tr.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>2.0.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>1.0.3</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>script to get system information</Summary>
|
||||
<Description>script to get system information</Description>
|
||||
<Archive sha1sum="c8b9adec1a0f67459af459fbfba29dd7ec73e9c8" type="targz">https://sources.archlinux.org/other/community/inxi/inxi-2.3.0.tar.gz</Archive>
|
||||
<Archive sha1sum="7eb3ee1e3cc13c9b1a43a77463045e2cace13436" type="targz">https://sources.archlinux.org/other/community/inxi/inxi-2.3.8.tar.gz</Archive>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">distro-pisilinux.patch</Patch> -->
|
||||
</Patches>
|
||||
@@ -29,6 +29,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>2.3.8</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-10</Date>
|
||||
<Version>2.3.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A tool for writing ISO images on a USB stick. It's a fork of usb-imagewriter.</Summary>
|
||||
<Description>A tool for writing ISO images on a USB stick. It's a fork of usb-imagewriter.</Description>
|
||||
<Archive sha1sum="25c0e48228a98ecd524c3cf2a0d265ff92d852fe" type="targz">http://gitweb.mageia.org/software/isodumper/snapshot/isodumper-0.45.tar.gz</Archive>
|
||||
<Archive sha1sum="9262b3b42fabda29fcd7dd588606aaae4a6bc48c" type="targz">http://gitweb.mageia.org/software/isodumper/snapshot/isodumper-0.55.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="isodumper.svg">isodumper.svg</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="isodumper.png">isodumper.png</AdditionalFile>
|
||||
@@ -46,6 +46,7 @@
|
||||
<Dependency>xterm</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/libexec</Path>
|
||||
@@ -61,6 +62,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>0.55</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>0.45</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Rotates, compresses, removes and emails system log files</Summary>
|
||||
<Description>logrotate is designed to ease administration of systems that generate large numbers of log files. It allows automatic rotation, compression, removal, and emailing of log files.</Description>
|
||||
<Archive sha1sum="e1acb9d15abc0d9f6a4f6e58409e0319e5d41f4e" type="targz">https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.8.8.tar.gz</Archive>
|
||||
<Archive sha1sum="7ba734cd1ffa7198b66edc4bca17a28ea8999386" type="targz">https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.9.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>popt-devel</Dependency>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>3.9.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>3.8.8</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Graphical client for PostgreSQL</Summary>
|
||||
<Description>pgadmin3 is a powerful administration and development platform for the PostgreSQL database, free for any use.</Description>
|
||||
<Archive sha1sum="3091b0bdc5156e54197f157a86240e47af9becc2" type="targz">https://ftp.postgresql.org/pub/pgadmin3/release/v1.22.0/src/pgadmin3-1.22.0.tar.gz</Archive>
|
||||
<Archive sha1sum="2b62630d3ee90b44c440d673ca8bb3dcfe010e18" type="targz">https://ftp.postgresql.org/pub/pgadmin3/release/v1.22.2/src/pgadmin3-1.22.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>postgresql-lib</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
@@ -49,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>1.22.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>1.22</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Allows restricted root access for specified users</Summary>
|
||||
<Description>sudo allows certain users/groups to run commands with root user privileges.</Description>
|
||||
<Archive sha1sum="3ac48ff09c127e1b7f53983ac167a14ad3448eff" type="targz">http://www.sudo.ws/sudo/dist/sudo-1.8.18.tar.gz</Archive>
|
||||
<Archive sha1sum="1a3eea53e256fa0f43c0f986ce2bae016709e761" type="targz">https://www.sudo.ws/sudo/dist/sudo-1.8.19.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>nss-devel</Dependency>
|
||||
<Dependency>audit-devel</Dependency>
|
||||
@@ -59,6 +59,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>1.8.19</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2016-09-26</Date>
|
||||
<Version>1.8.18</Version>
|
||||
|
||||
@@ -23,7 +23,7 @@ def check():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS","NEWS","README")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS.md", "README.md")
|
||||
|
||||
# preserve old header path for compatibility
|
||||
pisitools.dosym("/usr/lib/libzip/include/zipconf.h", "/usr/include/zipconf.h")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A C library for reading, creating, and modifying zip archives</Summary>
|
||||
<Description>libzip is a C library for reading, creating and modifying zip archives. Files can be added from data buffers, files or compressed data copied directly from other zip archives.</Description>
|
||||
<Archive sha1sum="5dcd88d0894b0afe29f7b5cab9d43be13ecfbffc" type="targz">http://www.nih.at/libzip/libzip-1.0.1.tar.gz</Archive>
|
||||
<Archive sha1sum="a2dbf325778860253dfeed82f47fde55edb56f48" type="targz">https://nih.at/libzip/libzip-1.1.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -46,6 +46,20 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>1.1.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>1.1.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>1.0.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Port of 7-Zip archiver for *nix</Summary>
|
||||
<Description>p7zip is a port of 7-Zip archiver for Unix. Supports packing-unpacking 7z, ZIP, GZIP, BZIP2 and TAR archives and unpacking RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS arhives.</Description>
|
||||
<Archive sha1sum="d5d21ac15e7c197f8af0366694ab9a301cfce972" type="tarbz2">mirrors://sourceforge/p7zip/p7zip/15.09/p7zip_15.09_src_all.tar.bz2</Archive>
|
||||
<Archive sha1sum="e8819907132811aa1afe5ef296181d3a15cc8f22" type="tarbz2">mirrors://sourceforge/p7zip/p7zip/16.02/p7zip_16.02_src_all.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>yasm-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -37,6 +37,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>16.02</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>15.09</Version>
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>RAR compressor</Summary>
|
||||
<Description>rar is an compressor supporting multiple volume archives and damage protection. It can also create SFX-archives. This program is shareware and you must register it after 40 days of use.</Description>
|
||||
<Archive sha1sum="f1a15c3f14d49899cbcaf2e6e559c1b878da5c40" type="targz" target="i686">http://www.rarlab.com/rar/rarlinux-5.3.0.tar.gz</Archive>
|
||||
<Archive sha1sum="bc6af5e5f941d903e4853ac6f57c82434e2ada01" type="targz" target="x86_64">http://www.rarlab.com/rar/rarlinux-x64-5.3.0.tar.gz</Archive>
|
||||
<Archive sha1sum="423820aa68e791fc64e73bb8dd4e7254ac2b1004" type="targz" target="i686">http://www.rarlab.com/rar/rarlinux-5.4.0.tar.gz</Archive>
|
||||
<Archive sha1sum="1f75fd5ff6378b27a22ecef28a95d861f4b032c9" type="targz" target="x86_64">http://www.rarlab.com/rar/rarlinux-x64-5.4.0.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -31,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>5.4.0</Version>
|
||||
<Comment>Release Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>5.3.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>RAR decompressor</Summary>
|
||||
<Description>unrar is a program to decompress RAR archives.</Description>
|
||||
<Archive sha1sum="67a744b08c2ecf1d893bf0b0a7a51d486affb9a2" type="targz">http://www.rarlab.com/rar/unrarsrc-5.3.4.tar.gz</Archive>
|
||||
<Archive sha1sum="1590aec535792def68710dad7b73d5522e50c971" type="targz">http://www.rarlab.com/rar/unrarsrc-5.4.5.tar.gz</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">unrar-5.3.4-soname.patch</Patch>
|
||||
</Patches>
|
||||
@@ -27,6 +27,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>5.4.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>5.3.4</Version>
|
||||
|
||||
@@ -21,7 +21,7 @@ def install():
|
||||
|
||||
# provided by util-linux , networkmanager , remove Slackware's makepkg completion
|
||||
blacklist = ["cal", "chsh", "dmesg", "eject", "hd", "hexdump", "hwclock", "ionice", "look", "ncal", "nmcli", "newgrp", "makepkg", "renice", "rtcwake", "su"]
|
||||
for comp in blacklist:
|
||||
pisitools.remove("/usr/share/bash-completion/completions/%s" % comp)
|
||||
|
||||
pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "README")
|
||||
#for comp in blacklist:
|
||||
#pisitools.remove("/usr/share/bash-completion/completions/%s" % comp)
|
||||
|
||||
pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "README.md")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Programmable completion for bash</Summary>
|
||||
<Description>A relatively new feature in bash is programmable completion. Since now, users have been able to complete commands, variables and filenames; now it is also possible to complete parameters.</Description>
|
||||
<Archive sha1sum="b74bf7d83646e1412bb07dbb1de09db1c9715599" type="tarbz2">http://bash-completion.alioth.debian.org/files/bash-completion-2.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="c02fb9c0f669d178f678c291ea17ddadfd011250" type="tarxz">https://github.com/scop/bash-completion/releases/download/2.4/bash-completion-2.4.tar.xz</Archive>
|
||||
<Patches>
|
||||
<!-- <Patch>pisilinux.patch</Patch> -->
|
||||
<!-- <Patch level="1">libreoffice_completion.patch</Patch> -->
|
||||
@@ -36,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>2.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>2.1</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Small and fast POSIX-compliant shell</Summary>
|
||||
<Description>DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible.</Description>
|
||||
<Archive sha1sum="cd058935bba545427caa375337afe8a6309477d2" type="targz">http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.8.tar.gz</Archive>
|
||||
<Archive sha1sum="b9e9fbf21d95b5317f6e876fe7086a8fe69b3806" type="targz">http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.9.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -25,6 +25,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>0.5.9</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>0.5.8</Version>
|
||||
|
||||
Reference in New Issue
Block a user