From 718e9df103d39517c40f9273aa72735786df4cc1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 1 Jan 2019 09:49:32 +0100 Subject: [PATCH] dev-lang/compilescript: Updated xdgcfg Package-Manager: Portage-2.3.51, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07 --- dev-lang/compilescript/Manifest | 10 +++++----- dev-lang/compilescript/compilescript-9999.ebuild | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-lang/compilescript/Manifest b/dev-lang/compilescript/Manifest index 393e48c..a83dd2f 100644 --- a/dev-lang/compilescript/Manifest +++ b/dev-lang/compilescript/Manifest @@ -1,12 +1,12 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -EBUILD compilescript-9999.ebuild 1302 BLAKE2B 26c9127cd569f6181197dad192774139983ba202c6ccd6866ba8be74fa524a04ae9c5725fa8e089d4587a4d77a91701ecf9ba44bedc4b5edf246e3b3562f056e SHA512 04f8ad65f81fe31dea56fdcd7a11c569065f99987b33699556dbd903cdb8e0c8b6b306af92e861a7bfdccf07647405d614e269837e2f3bcda5121cd07275184e +EBUILD compilescript-9999.ebuild 1334 BLAKE2B 2e0a2689f3d68fe77cb6ecdc5f88db80beda294d44b06e7e12d8a7528ecebc4414290fe13c5144574269a83aa595e8f97bc3c968fc617f87dec01a1810577718 SHA512 64b65f7f74fca83deb8d65d376046be3265dc24f41ee97b4d46e1f23edb38813d045f4f363d3f678c5eb014c98c877dc852ea5df1e7ea342c0624368e42b61ab MISC metadata.xml 350 BLAKE2B d47e71ec73ca4df10f35231fd3916b1158a6413d880a2fcb8a56bb9b06caeb10005f1b8cf214b59941a324853f77a61c7f1be6a1d4fecb28a9375ce280f14872 SHA512 0e9ed6a9aca6c19565f27ffd9f67a1fed84eef982311ac243f7ccfe802e62c6e09eae19d0b1cc2d8b9601f95ba19e9f3b664ef19d62be6c184e597763d878123 -----BEGIN PGP SIGNATURE----- -iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXCse6QAKCRDPw5SX8bJu -B0V/AP9jtBwFPyYwYqNtoHa6a5TpfjN2DqPDwC64mB9+DVoDeAD5AQvnKiejIck/ -toHCW34tnGd4xbK05nNyip9ZO9L+ytE= -=wv0f +iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXCspnAAKCRDPw5SX8bJu +B2gGAP0Wg387CU4Ma5VoRG6MlDetNoM2YywW6p2LHL+kpNmo1wEAi1e+yBVsiN6v +7Xdc9OXs3kMRrsyc4xQK+YU+L45cQLg= +=+Eyt -----END PGP SIGNATURE----- diff --git a/dev-lang/compilescript/compilescript-9999.ebuild b/dev-lang/compilescript/compilescript-9999.ebuild index 6cd3670..095e4e5 100644 --- a/dev-lang/compilescript/compilescript-9999.ebuild +++ b/dev-lang/compilescript/compilescript-9999.ebuild @@ -9,6 +9,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 fi +XDGCFG_PV="0.2.3" DESCRIPTION="Allows you to execute files from compiled languages as scripts." HOMEPAGE="https://schlomp.space/tastytea/compilescript" if [[ "${PV}" == "9999" ]]; then @@ -16,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then else SRC_URI=" https://schlomp.space/tastytea/compilescript/archive/${PV}.tar.gz -> ${P}.tar.gz - https://schlomp.space/tastytea/xdgcfg/archive/0.2.2.tar.gz -> xdgcfg-0.2.2.tar.gz + https://schlomp.space/tastytea/xdgcfg/archive/${XDGCFG_PV}.tar.gz -> xdgcfg-${XDGCFG_PV}.tar.gz " fi