From 78f4fa1228d508f4aceecfe03fd233478f56da54 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 29 May 2019 00:51:38 +0800 Subject: modify 2.2.6 hash --- scripts/PKGBUILD | 2 +- scripts/brew-pr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index 5d4d87836..b861089fe 100644 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -10,7 +10,7 @@ url="https://github.com/xmake-io/xmake" license=('Apache') makedepends=() source=("$pkgname.zip::https://github.com/xmake-io/xmake/archive/v${pkgver}.zip") -sha256sums=('8823d8f60c34ffe77c5b9b0a3a522fc5a0fb1a32dcb9de0f3c927a99ecb6fd8a') +sha256sums=('0629a1d48289dfca1eaedfab97bc070a5446346a9473f1ed42bbcba9abbabbb0') build() { cd "$srcdir/${pkgname}-${pkgver}" diff --git a/scripts/brew-pr b/scripts/brew-pr index 61471d577..b72ac067c 100755 --- a/scripts/brew-pr +++ b/scripts/brew-pr @@ -1,2 +1,2 @@ #!/bin/bash -brew bump-formula-pr --url=https://github.com/xmake-io/xmake/archive/v2.2.6.tar.gz --sha256=2cc173d6898615073eb090b94c3bf6ff4761f6a0de655c6cb938388debc8e3f1 xmake +brew bump-formula-pr --url=https://github.com/xmake-io/xmake/archive/v2.2.6.tar.gz --sha256=558a43b70d90503ba2e1a11af10d5f93772102850ee6790201fa329d174342f0 xmake -- cgit v1.3.1