Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
corinnekrych committed Jan 23, 2016
1 parent 700a193 commit c0a20c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm-from-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sudo ln -s /usr/bin/ninja-build /usr/bin/ninja

RPMTOPDIR=~/rpmbuild
mkdir -p $RPMTOPDIR/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
TAG=2.2-SNAPSHOT-2016-01-06-a
TAG=2.2-SNAPSHOT-2016-01-11-a
VER=2.2
REL=SNAPSHOT20160106a
REL=SNAPSHOT20160111a

wget https://github.com/apple/swift/archive/swift-${TAG}.tar.gz -O swift.tar.gz
mv swift.tar.gz $RPMTOPDIR/SOURCES/swift.tar.gz
Expand Down

0 comments on commit c0a20c4

Please sign in to comment.