View | Details | Raw Unified | Return to bug 47997
Collapse All | Expand All

(-)a/management/univention-dojo/Makefile (-3 / +3 lines)
 Lines 50-59   clean: Link Here 
50
	rm -rf univention-dojo-api-viewer
50
	rm -rf univention-dojo-api-viewer
51
	rm -rf dojo-*.tar.gz
51
	rm -rf dojo-*.tar.gz
52
52
53
dojo: dojo-release-1.12.1-src.tar.gz
53
dojo: dojo-release-1.12.4-src.tar.gz
54
dojo-release-1.12.1-src.tar.gz:
54
dojo-release-1.12.4-src.tar.gz:
55
	wget "https://updates.software-univention.de/download/large-build-files/dojo/$@"
55
	wget "https://updates.software-univention.de/download/large-build-files/dojo/$@"
56
	echo "e3fe0075918ea60426397ce8f8445ad6ec35d4257233afbc254c811b1c544cf8bbaf1ca51ad83fe04a100ea7e3487648eecc3843bf073633b9a724af30c845c6  $@" | sha512sum -c
56
	echo "02f0cc882b41003bcbc9e16d372cadd4b19abc1bcb4b1fb99eb8f0868df78fa7520f2cde85cde0f1e6756002efa26f52899e8a901d2725419158ca7f53eb5200  $@" | sha512sum -c
57
57
58
# treat dojo JS package different
58
# treat dojo JS package different
59
dojo:
59
dojo:
(-)a/management/univention-web/package.json (-3 / +3 lines)
 Lines 28-36    Link Here 
28
		"path": "branches/ucs-4.2/ucs4.2-0/management/univention-web-js"
28
		"path": "branches/ucs-4.2/ucs4.2-0/management/univention-web-js"
29
	}],
29
	}],
30
	"dependencies": {
30
	"dependencies": {
31
		"dojo": "~1.8",
31
		"dojo": "~1.12.4",
32
		"dijit": "~1.8",
32
		"dijit": "~1.12.4",
33
		"dojox": "~1.8"
33
		"dojox": "~1.12.4"
34
	},
34
	},
35
	"dojoBuild": "umc.profile.js"
35
	"dojoBuild": "umc.profile.js"
36
}
36
}

Return to bug 47997