limarka 20.6.16.pre.362 → 20.7.13.pre.363

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7688cba81b8faad4c11cb11d1e04cac17b25fd05ba61da7f64a04d5f7a29e89c
4
- data.tar.gz: 8697042aab87823cbbd2ae6b50f4549b351c6c29c3998f78579214a640bd9953
3
+ metadata.gz: 385ba527533e12c2a558d55e6b18c262f1b535099ca78d3d8d3c92b0f19f4d50
4
+ data.tar.gz: b1bb734d32977681e797ceb73043e7c326e2363d5d99ed1a9ddaae03e2953eb2
5
5
  SHA512:
6
- metadata.gz: 402462ec364c5e23a5554e99b4129f08787f84072eb3ddba001168c326ccead97bc1700456604b74047f926c48378344da8ca616d3ad3db36941ca1560b4ec19
7
- data.tar.gz: 2aafee79615d96626209bec73264c5af2ff1d265b867d9bb26e7e46181eae3233c031dc13f2d6262b30580c85cbe3d9970c5b4619b6485d3cacd19f97b6fcc1c
6
+ metadata.gz: 29fcc810e80277f33a9e18fe6ffceeca9079fac4866eba21611d4479622df7290f9781cf5e15930e4be1dc72c992cb6e86fe633a6f2cb772dee707e2dc5ddc4c
7
+ data.tar.gz: ccbd6acae7fc189c83113411668dc6758cf1598a90c47b4c987721f13aa35992a3c98b49713e560768bf6c3b88a221e0a3317833ad79c584a11abb55b15a3190
@@ -4,8 +4,11 @@ if [ "$IGNORE_CACHE" != "1" ] && command -v tlmgr > /dev/null; then
4
4
  tex_em_cache=1
5
5
  echo TinyTeX não será instalado pois foi encontrado no cache.
6
6
  else
7
- wget -qO- "https://yihui.name/gh/tinytex/tools/install-unx.sh" | sh
8
- ~/bin/tlmgr --no-verify-downloads install \
7
+ # O mirror //linorg.usp.br/CTAN está muito lento, uilizando outro
8
+ wget -qO- "https://yihui.name/gh/tinytex/tools/install-unx.sh" | CTAN_REPO=http://mirrors.rit.edu/CTAN/systems/texlive/tlnet sh
9
+ tlmgr option repository http://mirrors.rit.edu/CTAN/systems/texlive/tlnet
10
+
11
+ ~/bin/tlmgr --verify-repo=none install \
9
12
  abntex2 \
10
13
  babel-portuges \
11
14
  biber \
@@ -1,4 +1,4 @@
1
1
  module Limarka
2
2
  # O Versionamento é ano e mês
3
- VERSION = "20.6.16"
3
+ VERSION = "20.7.13"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: limarka
3
3
  version: !ruby/object:Gem::Version
4
- version: 20.6.16.pre.362
4
+ version: 20.7.13.pre.363
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo de Santana Medeiros Alexandre