[arch-commits] Commit in libchewing/trunk (PKGBUILD)
Gaƫtan Bisson
bisson at archlinux.org
Thu Mar 2 01:32:45 UTC 2017
Date: Thursday, March 2, 2017 @ 01:32:44
Author: bisson
Revision: 289806
switch to sha256sum
Modified:
libchewing/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-02 01:32:39 UTC (rev 289805)
+++ PKGBUILD 2017-03-02 01:32:44 UTC (rev 289806)
@@ -12,7 +12,7 @@
license=('GPL')
depends=('sqlite')
source=("https://github.com/chewing/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('b5c8b920b414e74de69c7e0200dac3d3fa9e9e14')
+sha256sums=('9708c63415fa6034435c0f38100e7d30d0e1bac927f67bec6dfeb3fef016172b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list