git » dtc.git » commit dcb798e

upgpkg: 1.4.2-1

author Anatol Pomozov
2016-09-06 15:52:04 UTC
committer Anatol Pomozov
2016-09-06 15:52:04 UTC
parent 21ae429fe1b4869c5aa75bdc9c4e1e77288e3a53

upgpkg: 1.4.2-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 815c398..988c05f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
 # Contributor: Frederic Bezies <fredbezies at gmail dot com>
 
 pkgname=dtc
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Device Tree Compiler'
 url='http://www.devicetree.org/Device_Tree_Compiler'
 arch=(i686 x86_64)
 license=(GPL2)
 source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
-sha256sums=('77992ad8eac7b68f553d0ba58e5b51604ac803d126196c99e3ae38aaae28bb94')
+sha256sums=('13456ee9840abbbcb956d0711c580d28524e2ee17840e556e744311f2d8afaac')
 
 build() {
   cd dtc-$pkgver