commit 7fe56029d86d53dc432cd8abf7d4484e9c08f6a4
parent 3c47a994e9e4b46e9b903333a7707fce9fc6c974
Author: ctucx <c@ctu.cx>
Date: Thu, 18 Feb 2021 19:17:03 +0100
parent 3c47a994e9e4b46e9b903333a7707fce9fc6c974
Author: ctucx <c@ctu.cx>
Date: Thu, 18 Feb 2021 19:17:03 +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 = 5 + pkgrel = 6 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-e06836e456ffd78621d9eed466348aa765a2f53f.tar.gz::https://cgit.ctu.cx/smartied/snapshot/smartied-e06836e456ffd78621d9eed466348aa765a2f53f.tar.gz - sha256sums = 10407efb9f1c6b80a4d1706fb25528992d69f85753f0cc2b3b2e0ec4cd059461 + source = smartied-62ff18726a229422f99e4a19d3a054e4ab7da15d.tar.gz::https://cgit.ctu.cx/smartied/snapshot/smartied-62ff18726a229422f99e4a19d3a054e4ab7da15d.tar.gz + sha256sums = 57a5071f552f9ee47f72d582af987bd7fa8d7a06ab26533bf9fba9cc95e2d2df pkgname = smartied
diff --git a/smartied/PKGBUILD b/smartied/PKGBUILD @@ -1,14 +1,14 @@ pkgname=smartied pkgver=0.2 -pkgrel=5 +pkgrel=6 arch=('x86_64') url="https://cgit.ctu.cx/smartied/" license=( 'GPL-3' ) depends=( 'glibc' 'libmodbus' ) makedepends=( 'nim' 'nimble' 'git' ) -_commit="e06836e456ffd78621d9eed466348aa765a2f53f" +_commit="62ff18726a229422f99e4a19d3a054e4ab7da15d" source=("${pkgname}-${_commit}.tar.gz::https://cgit.ctu.cx/${pkgname}/snapshot/${pkgname}-${_commit}.tar.gz") -sha256sums=('10407efb9f1c6b80a4d1706fb25528992d69f85753f0cc2b3b2e0ec4cd059461') +sha256sums=('57a5071f552f9ee47f72d582af987bd7fa8d7a06ab26533bf9fba9cc95e2d2df') build() { cd "$srcdir/${pkgname}-${_commit}/"