pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/go-sqlite3: Update to 1.11.0.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Thu Oct 31 12:40:49 2019 +0000
Changeset:	1704a0e1e6e7e04cd6541b1913df5ba142cc20da

Modified Files:
	go-sqlite3/Makefile
	go-sqlite3/distinfo

Log Message:
wip/go-sqlite3: Update to 1.11.0.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1704a0e1e6e7e04cd6541b1913df5ba142cc20da

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go-sqlite3/Makefile | 10 ++++------
 go-sqlite3/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs:
diff --git a/go-sqlite3/Makefile b/go-sqlite3/Makefile
index 0a909da7b7..1590253baa 100644
--- a/go-sqlite3/Makefile
+++ b/go-sqlite3/Makefile
@@ -1,12 +1,10 @@
 # $NetBSD$
 
-DISTNAME=		go-sqlite3-${GITHUB_TAG}
-PKGNAME=		go-sqlite3-1.10.0
-PKGREVISION=		1
-GITHUB_PROJECT=		go-sqlite3
+GITHUB_TAG=		v${PKGVERSION_NOREV}
+DISTNAME=		go-sqlite3-1.11.0
 CATEGORIES=		devel
 MASTER_SITES=		${MASTER_SITE_GITHUB:=mattn/}
-GITHUB_TAG=		c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75
+GITHUB_PROJECT=		go-sqlite3
 
 MAINTAINER=		ng0%NetBSD.org@localhost
 HOMEPAGE=		https://github.com/mattn/go-sqlite3
@@ -14,7 +12,7 @@ COMMENT=		Sqlite3 driver for Go using database/sql
 LICENSE=		mit
 
 GO_SRCPATH=		github.com/mattn/go-sqlite3
-GO_DIST_BASE=		${GITHUB_PROJECT}-${GITHUB_TAG}*
+GO_DIST_BASE=		go-sqlite3-${PKGVERSION_NOREV}
 
 MAKE_ENV+=		CGO_ENABLED=1
 
diff --git a/go-sqlite3/distinfo b/go-sqlite3/distinfo
index cbe77ca039..076df3696b 100644
--- a/go-sqlite3/distinfo
+++ b/go-sqlite3/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (go-sqlite3-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75.tar.gz) = 842da22e9f3c48673fb2351c5a13b2aa62a195f0
-RMD160 (go-sqlite3-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75.tar.gz) = 5f0c10ce591f1f09c8d6530506824a51efcf150b
-SHA512 (go-sqlite3-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75.tar.gz) = 6b24bcfd772fae30d551b76c32af5fa6636b9f35146587468dac37f7dee5884bb265117e8c70964fd6583c286ad46e29f2efdbb41ba94fb24c7c467a79a5fe98
-Size (go-sqlite3-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75.tar.gz) = 2231431 bytes
+SHA1 (go-sqlite3-1.11.0.tar.gz) = 01b77fa14f0ba2b94bbf51fb72f48695ad4afc75
+RMD160 (go-sqlite3-1.11.0.tar.gz) = b18750ee5c89ebc7627eb4b848811b042f460ec7
+SHA512 (go-sqlite3-1.11.0.tar.gz) = 91c31fd06c61a28f1aa0ecd96a199c679979e37722ca8ea9f846e6090408580af0b89670434eadbca69428ff8727446e97eb052893aa632ef2c096abb51db089
+Size (go-sqlite3-1.11.0.tar.gz) = 2278788 bytes


Home | Main Index | Thread Index | Old Index