commit 138460a7f3a703fb65ef631b2f2ec26acdc242fa
parent 7fe56029d86d53dc432cd8abf7d4484e9c08f6a4
Author: ctucx <c@ctu.cx>
Date: Thu, 18 Feb 2021 19:38:58 +0100
parent 7fe56029d86d53dc432cd8abf7d4484e9c08f6a4
Author: ctucx <c@ctu.cx>
Date: Thu, 18 Feb 2021 19:38:58 +0100
update version
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/smartied/.SRCINFO b/smartied/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = smartied pkgver = 0.2 - pkgrel = 6 + pkgrel = 7 url = https://cgit.ctu.cx/smartied/ arch = x86_64 license = GPL-3 @@ -9,8 +9,8 @@ pkgbase = smartied makedepends = git depends = glibc depends = libmodbus - source = smartied-62ff18726a229422f99e4a19d3a054e4ab7da15d.tar.gz::https://cgit.ctu.cx/smartied/snapshot/smartied-62ff18726a229422f99e4a19d3a054e4ab7da15d.tar.gz - sha256sums = 57a5071f552f9ee47f72d582af987bd7fa8d7a06ab26533bf9fba9cc95e2d2df + source = smartied-0bbb57b5ce6e7b58cf616a39d72cc3fabd3cb8c7.tar.gz::https://cgit.ctu.cx/smartied/snapshot/smartied-0bbb57b5ce6e7b58cf616a39d72cc3fabd3cb8c7.tar.gz + sha256sums = 11a033bf57a3b41839ccc1fddd29ac7d85b8d5300f2d921f7d6770a5b7e7f18f pkgname = smartied
diff --git a/smartied/PKGBUILD b/smartied/PKGBUILD @@ -1,14 +1,14 @@ pkgname=smartied pkgver=0.2 -pkgrel=6 +pkgrel=7 arch=('x86_64') url="https://cgit.ctu.cx/smartied/" license=( 'GPL-3' ) depends=( 'glibc' 'libmodbus' ) makedepends=( 'nim' 'nimble' 'git' ) -_commit="62ff18726a229422f99e4a19d3a054e4ab7da15d" +_commit="0bbb57b5ce6e7b58cf616a39d72cc3fabd3cb8c7" source=("${pkgname}-${_commit}.tar.gz::https://cgit.ctu.cx/${pkgname}/snapshot/${pkgname}-${_commit}.tar.gz") -sha256sums=('57a5071f552f9ee47f72d582af987bd7fa8d7a06ab26533bf9fba9cc95e2d2df') +sha256sums=('11a033bf57a3b41839ccc1fddd29ac7d85b8d5300f2d921f7d6770a5b7e7f18f') build() { cd "$srcdir/${pkgname}-${_commit}/"