This commit is contained in:
Guillaume Castagnino 2021-08-03 14:18:12 +02:00
parent dee6c95b49
commit acf0e8f09c
Signed by: casta
GPG Key ID: C47D4BFADB084424
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -xe
hash=e7ac893b3315181f51710de3ba16704ec95e3f51
hash=c05b4b47c8250ccd232780cae46d66a8179e77ab
date=$(curl -s https://api.github.com/repos/googlefonts/noto-emoji/commits/$hash | jq -rc '.commit.author.date')
dateshort=$(date --date=$date "+%Y%m%d")

View File

@ -1,6 +1,6 @@
#!/bin/bash -xe
hash=d930b0833b76ec2164e0e74c67ca387bd1eeaeb7
hash=ac28d3d7587e687c615c76ca61318ce51059e506
date=$(curl -s https://api.github.com/repos/googlefonts/noto-fonts/commits/$hash | jq -rc '.commit.author.date')
dateshort=$(date --date=$date "+%Y%m%d")