[arch-commits] Commit in ninja/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Sun Nov 29 16:51:36 UTC 2020
Date: Sunday, November 29, 2020 @ 16:51:35
Author: anatolik
Revision: 766355
upgpkg: ninja 1.10.2-1
Modified:
ninja/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-29 16:48:27 UTC (rev 766354)
+++ PKGBUILD 2020-11-29 16:51:35 UTC (rev 766355)
@@ -4,7 +4,7 @@
# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
pkgname=ninja
-pkgver=1.10.1
+pkgver=1.10.2
pkgrel=1
pkgdesc='Small build system with a focus on speed'
arch=(x86_64)
@@ -13,7 +13,7 @@
depends=(gcc-libs)
makedepends=(python re2c emacs-nox)
source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
-sha1sums=('36305ab1b9874675bc377e8a701e283a51faf46f')
+sha1sums=('8415866400a85a1ced2140e52c5db714baec7444')
build() {
cd ninja-$pkgver
More information about the arch-commits
mailing list