diff options
-rw-r--r-- | development/kicad-templates/kicad-templates.SlackBuild | 6 | ||||
-rw-r--r-- | development/kicad-templates/kicad-templates.info | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/development/kicad-templates/kicad-templates.SlackBuild b/development/kicad-templates/kicad-templates.SlackBuild index 870af5676e196..99c9b6973639d 100644 --- a/development/kicad-templates/kicad-templates.SlackBuild +++ b/development/kicad-templates/kicad-templates.SlackBuild @@ -26,14 +26,12 @@ # Revision date: 2019-12-12 PRGNAM=kicad-templates -VERSION=${VERSION:-5.1.5} +VERSION=${VERSION:-5.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH="noarch" -KICAD_VERSION=${KICAD_VERSION:-5.1.5} - CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -70,4 +68,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
\ No newline at end of file +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/development/kicad-templates/kicad-templates.info b/development/kicad-templates/kicad-templates.info index 36bc46cd00da4..aa0e5d44a674b 100644 --- a/development/kicad-templates/kicad-templates.info +++ b/development/kicad-templates/kicad-templates.info @@ -1,8 +1,8 @@ PRGNAM="kicad-templates" -VERSION="5.1.5" +VERSION="5.1.6" HOMEPAGE="http://kicad-pcb.org/" -DOWNLOAD="https://github.com/KiCad/kicad-templates/archive/5.1.5/kicad-templates-5.1.5.tar.gz" -MD5SUM="948e75ae5cf2dd8ced504d18f7271cff" +DOWNLOAD="https://github.com/KiCad/kicad-templates/archive/5.1.6/kicad-templates-5.1.6.tar.gz" +MD5SUM="e04291d285520ebc33bcd5670a9c6c43" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |