Date: Tuesday, November 15, 2022 @ 19:46:46 Author: kpcyrd Revision: 1348961
upgpkg: tinyserial 20090305-5 - add sha256sums= Modified: tinyserial/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-15 19:44:57 UTC (rev 1348960) +++ PKGBUILD 2022-11-15 19:46:46 UTC (rev 1348961) @@ -3,7 +3,7 @@ pkgname=tinyserial pkgver=20090305 -pkgrel=4 +pkgrel=5 pkgdesc="Small minicom replacement for accessing serial ports on Linux inspired by FreeBSD 'tip'" url="http://brokestream.com/tinyserial.html" license=('BSD') @@ -11,6 +11,7 @@ depends=('glibc') source=("http://brokestream.com/com.c") sha1sums=('720a3ec74eddd6799c0ca55ef50479a160a55b73') +sha256sums=('fc4fe874879e303246427922dc40b5fc774b41bdf2a86bd8c6bb7dd8321201eb') build() { gcc $CFLAGS $LDFLAGS -o com com.c
