mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gn to 0.1576.81ee1967-1
This commit is contained in:
parent
2205ffb4a7
commit
7a3791cc87
2 changed files with 10 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
buildarch=28
|
buildarch=28
|
||||||
|
|
||||||
pkgname=gn
|
pkgname=gn
|
||||||
pkgver=0.1568.c599fdbb
|
pkgver=0.1576.81ee1967
|
||||||
_commit=c599fdbbcdb7eb6c7e345e36e1ae5de16a91509f
|
_commit=81ee1967d3fcbc829bac1c005c3da59739c88df9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Meta-build system that generates build files for Ninja"
|
pkgdesc="Meta-build system that generates build files for Ninja"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|
8
extra/gn/chromium-gn-version.sh
Normal file
8
extra/gn/chromium-gn-version.sh
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -eo pipefail
|
||||||
|
|
||||||
|
chromium_version=$(curl -s https://omahaproxy.appspot.com/linux)
|
||||||
|
|
||||||
|
curl -s https://chromium.googlesource.com/chromium/src/+/refs/tags/$chromium_version/DEPS?format=TEXT |
|
||||||
|
base64 -d | grep -Po "'gn_version': 'git_revision:\K[^']*"
|
Loading…
Reference in a new issue