mirror of
https://abf.rosa.ru/djam/mono.git
synced 2025-02-23 22:02:51 +00:00
version update 2.11.4
This commit is contained in:
commit
c81956f9d0
3 changed files with 677 additions and 1280 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
"mono-2.10.8.1.tar.gz": d67f2e276b27e28f861ecc6e3e07fee538d4c4fe
|
"mono-2.11.4.tar.bz2": 41707d3b6a1bd8380f4150474602c19e5e88e3f8
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
#
|
#
|
||||||
echo "$UNIQ
|
echo "$UNIQ
|
||||||
-$REQUIRES" | sort | uniq -d
|
-$REQUIRES" | sort | uniq -d
|
||||||
+$REQUIRES" | sort | uniq -d | sed -e '/^\s*$/d'
|
+$REQUIRES" | sort | uniq -d | grep -v '^\s*$'
|
||||||
|
|
Loading…
Add table
Reference in a new issue