diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2020-05-30 04:07:27 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-01 08:46:35 +0700 |
commit | 480a84488cf3b8b097ab312e11cced86e9d65e52 (patch) | |
tree | ba37dd3d1d5d9ea0c9f6166adac365c98ee1bfd6 | |
parent | f2d10592bdbab1905a6609898a82c5c9cc69de66 (diff) | |
download | slackbuilds-480a84488cf3b8b097ab312e11cced86e9d65e52.tar.gz |
development/kicad-templates: Updated for version 5.1.6.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 870af5676e..99c9b69736 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 36bc46cd00..aa0e5d44a6 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="" |