[arch-commits] Commit in sqlite/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Apr 22 15:53:25 UTC 2019


    Date: Monday, April 22, 2019 @ 15:53:23
  Author: andyrtr
Revision: 351916

upgpkg: sqlite 3.28.0-1

upstream update 3.28.0

Modified:
  sqlite/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-22 15:36:14 UTC (rev 351915)
+++ PKGBUILD	2019-04-22 15:53:23 UTC (rev 351916)
@@ -3,10 +3,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=3270200
+_srcver=3280000
 _docver=${_srcver}
 #_docver=3250200
-pkgver=3.27.2
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('x86_64')
@@ -17,8 +17,8 @@
         https://www.sqlite.org/2019/sqlite-doc-${_docver}.zip
         license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('823a77ee707b56722cd201aaf2f82e7bef57c042'
-          '7b49d59acdfd08be8d098b4fc7e150b3e90e6a9c'
+sha1sums=('21c391f177ac39750e5a8ac61d07550bf6befb4a'
+          'f3242cf186a4e194e7d1a5e00384dd4aa66ec16b'
           'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {



More information about the arch-commits mailing list